html,body{
	margin: 0px;
	padding: 0px;
	
	font-family: arial;	
	font-size: 16px;
}

a{
	color: black;	
	text-decoration: none;
}

a:hover{
	color: #34547F;	
	text-decoration: underline;
}


body{
	background-image: url('./img/bg_blocks.png');
	background-color: #080909;
}

#outbod{
	margin-left: auto; 
	margin-right: auto;
	
	width: 1024px;
	
	background-image: url('./img/bg.png');
	background-repeat: repeat-x;
	background-position: 0px 260px;	
}

#outer{	
	margin-left: auto;
	margin-right: auto;	
	
	width: 1024px;
	height: 700px;
	
	background-image: url('./img/logo_main.png');
	background-repeat: no-repeat;
	background-position: 4px 32px;
}


#desc{
	margin-left: 4px;
	
	margin-top: 270px;
	
	width: 296px;
}

.column{	
	padding-left: 6px;
	padding-right: 6px;
	
	width: 225px;	
	height: 420px;
	
	float: left;
	
	background-repeat: no-repeat;
	background-position: center 0px;
}

.colmain{
	margin-top: 270px;
}

.gameblock{
	height: 260px;
	
	text-align: left;	
}

.screen{
	width: 180px;
	height: 135px;
	
	border: 1px black solid;
	
	margin-left: 4px;	
	margin-right: 4px;
	
	background-color: black;
	
	float: left;
}


#footer{
	margin-left: auto;
	margin-right: auto;
	
	width: 1024px;
	height: 24px;
	
	text-align: center;
	color: white;	
}


#bgdiv{
	width: 100%;
	height: 700px;
		
	background-image: url('./img/bg.png');
	background-repeat: repeat-x;
	background-position: 0px 260px;	
}


.divFloat{
	float: left;	
}

.divClear{
	clear: both;	
}


#pagename{
	position: absolute;
	
	width: 240px;
	
	left: 780px;
	top: 220px;
	
	color: white;	
	
	font-weight: bold;	
	font-size: 24px;	
	
	text-align: center;
	
	display: block;
}

#pagelogo{
	position: absolute;
	
	width: 250px;
	
	left: 600px;
	top: 0px;
	
	color: white;	
	
	font-weight: bold;	
	font-size: 24px;	
	
	text-align: center;
	
	display: block;
}

.gametitle{
	font-weight: bold;	
}


.hr{
	width: 64px;
	height: 2px;
	max-height: 2px;
	
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 12px;
	margin-bottom: 12px;
	
	background-color: black;
}
