body {
	width: 100%;
	margin: 0px;
	background-image: url(backgournd.jpg);
	background-color: black;
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: gray;
	text-align: center;
}

#main {
margin:0px auto 0px auto;
width: 800px;
background-repeat: no-repeat;
background-position: center top;
}

#content{
text-align: center;
}
