html{
	width:100%;
	height:100%;
}
body{
	margin:0;
	padding:0;
	font:normal 12px "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Tahoma, Arial, Sans-Serif, Serif;
	background:#0E0E0E url(../html/images/bg-main.jpg) repeat-x;
	width:100%;
	height:100%;
}
#enter{
	margin:0;
	padding:0;
	font:normal 12px "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Tahoma, Arial, Sans-Serif, Serif;
	background:#0E0E0E url(../html/images/bg-main.png) repeat-x;
	width:100%;
	height:100%;
	overflow-x:hidden;
}
#content{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
#content p, #content ol{
	color:#FFF;
	width:600px;
	margin:20px auto;
}
#content ol{
	width:400px;
	margin:0 auto;
	padding:0 0 0 60px;
}
#content ol li a{
	color:#FFF;
	font-weight:bold;
}
