/* CSS Document */
body{
	margin: 0px;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#CC9900;
	font-size: 11px;
	text-align:center;
}
a, a:active, a:visited{
	text-decoration: none;
	color:#FFCC00;
}
a:hover{
	color: #fff;
}
#container{
	text-align:center;
}
#wrapper{
	width:800px;
	height: 600px;
	text-align:left;
	margin: auto;
/*	background-image: url(images/main_wrapper.jpg); */
	background-repeat: no-repeat;
	background-position: left top;
	padding: 50px;
}
