.main {
	text-align: center;
	width: 500px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	left: auto;
	right: auto;
	top: 50%;
	background: #999999;
	border-top: 2px outset #FFFFFF;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px outset #FFFFFF;
	height: 200px;
}
body {
	background: url(../images/Background.jpg) no-repeat fixed center center;
	text-align: center;
}

