html, body {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
/*background-color:#555554;*/
	/*background-image:url(bg.jpg);
	background-position:right;
	background-repeat:no-repeat;*/
	background-color:#eaebe6;
	color:#eaebe6;
} 
img {
	border : 0px;
}
/*
#bg {
	position: absolute;
		height:800px;
		width:1000px;
		background-color:#FF0;
		bottom:0px;
		left:0;
}
*/

a, a:visited {
	text-decoration:none;
	color:#51b4d5;
}
a:hover {
	text-decoration:underline;	
	color:#ccc;
}

#site {
	position: absolute;
	/*top: 50%;*/
	left: 0;
	width: 100%;
	z-index:45;
}

#wrapper {
	
	position: absolute;
	top: 45px;
	left:0;
	background-image:url(img/content.jpg);
	background-repeat:no-repeat;
	width:925px;
	height:650px;
	/*background-color:#0F9;
	border: #000 solid 2px;*/
	z-index:50;
}

#menu {
	position:absolute;
	top:75px;/*195*/
	left:45px;
	font-size:12px;
	color:#eaebe6;
	height:16px;
	padding:4px;
	background-color:#1b1919;
}
#menu a {
	padding-left:8px;
	padding-right:8px;
	font-weight:bold;
}
#gamesmenu {
	position:absolute;
	top:86px;/*195*/
	left:112px;
	padding:2px;
	visibility:hidden;
}
#gamesmenu li{
	background-color:#1b1919;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;	
	margin-bottom:2px;
}
#gamesmenu li a {
	padding-bottom:1px;
}

#subheader {
	position:absolute;
	top:200px;
	left:35px;	
	/*border: #ff0 solid 1px;*/
}

#content {
	position:absolute;
	top:190px;
	left:45px;
	width:380px;
	/*border: #0f0 solid 1px;*/
}
#rightcontent {
	position:absolute;
	bottom:95px;
	right:170px;
}

h2 {
	color:#51b4d5;
}
.white {
	color:#fff;	
}


/*
	popup
*/

/*
	popup
*/
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:3000px;
	width:3000px;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1000;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:260px;
	width:320px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:1002;
	padding:6px;
	font-size:13px;
}