@charset "UTF-8";
/* CSS Document */
body{
margin:0;
padding:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
letter-spacing:1;
background-color:#333333;
}
#main{
	text-align:center;
}
#content{
	width:900px;
	margin:100px auto 0 auto;
	}
a{
	margin:0 20px 0 20px;
}
a,a:visited
{
	color:#00FFFF;
}

