/* CSS Document */

#body
{

}

#title
{
	position : absolute;
	left : 140px;
	top : -9px;
	width : 720px;
	margin-left : 10px;
	margin-top : 20px;
	color : #000000;
	padding : 3px;
	height: 198px;
	background: #09F;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar
{
	position : absolute;
	left : 6px;
	top : -10px;
	width : 120px;
	margin-left : 10px;
	margin-top : 20px;
	color : #000000;
	padding : 3px;
	height: 706px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #36C;
}

#content
{
	position : absolute;
	left : 150px;
	top : 503px;
	width : 527px;
	padding-left : 10px;
	z-index : 0;
	color : #000;
	padding : 3px;
	height: 363px;
	background:#999;
	font-family: Arial, Helvetica, sans-serif;
}

#about 
{
	position : absolute;
	left : 1175px;
	top : 502px;
	width : 180px;
	padding-left : 10px;
	z-index : 3;
	color : #396;
	padding : 3px;
	height: 363px;
	background:#096;
	color:#000;
	font-family:"Courier New", Courier, monospace;
 	
}

#footer
{
	position : absolute;
	left : 685px;
	top : 802px;
	width : 724px;
	padding-left : 10px;
	z-index : 3;
	color:#000;
	padding : 3px;
	height: 57px;
	font-family:"Courier New", Courier, monospace;
	background-color: #903;
	
}
#button_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #39C;
	position: absolute;
	left: 28px;
	;
	top: 86px;
	width: 70px;
	height: 55px;
	border-color: #000;
}

#button_code
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #39C;
	position: absolute;
	left: 27px;
	top: 159px;
	width: 70px;
	height: 55px;
}

#button_draw
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #39C;
	position: absolute;
	left: 27px;
	top: 300px;
	width: 70px;
	height: 55px;
}

#button_mail
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #39C;
	position: absolute;
	left: 25px;
	top: 440px;
	width: 70px;
	height: 55px;
}

#button_link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #39C;
	position: absolute;
	left: 25px;
	top: 371px;
	width: 70px;
	height: 55px;
}

#button_games
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #39C;
	position: absolute;
	left: 28px;
	top: 232px;
	width: 70px;
	height: 55px;
}
