body {
		margin:0px;
		padding:0px;
		background-color:#000000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:left;
		color:#073E70;
}

div#header {
		background-image:url(../gfx/head_bg.jpg);
		background-repeat:no-repeat;
		width:782px;
		height:192px;
		position:relative;
		}

div#headerMenu {
		padding-left:20px;
		padding-top:160px;
		}
	
div#headerMenu a{
		font-size:15px;
		color:#000000;
		font-weight:bold;
		text-decoration:none;
		}

div#ad {
		float:right;
		height:auto;
}

div#content {
		background-color:#E6EBF0;
		width:712px; /*782 - padding */
		height:auto;
		padding:35px;
		}

div#content h1{
		font-size:16px;
		color:#BD41AD;
		}

div#content h2{
		font-size:14px;
		color:#BD41AD;
		}

.gameDivThumb{
		float:left;
		height:auto;
		}
		
.gameDivThumbBox {
		background-image:url(../gfx/games/glass_thumb_box.gif);
		background-repeat:no-repeat;
		width:184px;
		height:276px;
		text-align:center;
		padding:10px 0 0 0;
		}
	
.gameDivThumbLink{
		display:block; 
		padding:13px 0 0 50px; 
		text-align:left;
		}

a.gameDivThumbLink{
		color:#BD41AD;
		}
		
a.gameDivThumbLink:hover{
		color:#41BD4D;
		}
		
a.gameDivThumbLink:visited{
		color:#939393;
		}
		
.gameDivBox{
		border:#000000 2px solid;
		}
		
.gameDivInfo {
		padding-left:20px;
		float:left;
		height:auto;
		}

div#footer {
		background-image:url(../gfx/foot_bg.jpg);
		background-repeat:no-repeat;
		width:782px;
		height:65px;
		}

.flagHun{
		position:absolute;
		width:30px;
		height:15px;
		top:147px;
		left:740px;
		}

.flagEng{
		position:absolute;
		width:30px;
		height:15px;
		top:167px;
		left:740px;
		}



