body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
	background-image: url(../images/home_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: lighter;
	text-align: center;
	text-decoration: none;
}
#container {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 50px;
}

