BODY, TD, TH
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
BODY
{
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
#logo
{
	width: 550px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	background-image: url(images/logo.png);
}
#content
{
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#footer
{
	width: 960px;
	text-align: center;
	height: auto;
	margin-top: 15px;
}
#footer #copyright
{
	color: #303030;
	font-size: 10px;
}
#warning
{
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	padding: 8px;
	color: #7C7C7C;
	font-family: calibri;
	font-size: 14px;
}
#footer #network A IMG
{
	margin: 9px;
}
#buttons UL
{
	list-style: none;
}
#buttons UL LI
{
	width: 250px;
	height: 70px;
	float: left;
}
#buttons UL LI A#exit
{
	height: 70px;
	width: 250px;
	display: block;
	margin-top: 10px;
	margin-left: -5px;
	line-height: 70px;
	font-family: Impact;
	text-decoration: none;
}
LI A
{
	border-left: 4px solid #353535;
	border-right: 4px solid #1C1C1C;
	border-top: 4px solid #353535;
	border-bottom: 4px solid #1C1C1C;
	background-color: #0C0C0C;
	color: #FFFFFF;
	background-image: url(images/gradient.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	/*[disabled]behavior:url(border-radius.htc);*/
	font-size: 50px;
}
LI A:Hover
{
	border-left: 4px solid #980000;
	border-right: 4px solid #420000;
	border-top: 4px solid #980000;
	border-bottom: 4px solid #420000;
	background-color: #840000;
	color: #FFF;
	font-size: 60px;
}
#buttons UL LI A#enter
{
	height: 70px;
	width: 250px;
	display: block;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 70px;
	font-family: Impact;
	text-decoration: none;
}
#buttons
{
	margin-left: auto;
	margin-right: auto;
	width: 580px;
	height: 90px;
	text-align: center;
}
