@charset "utf-8";

body{
	height:100%;
	width:100%;
	margin:0 0 0 0;
	background-attachment:fixed;	
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#D4D4D4;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/bg.jpg);background-position:top center;background-repeat:repeat-x;
}


.mainbgcont{
	position:fixed;
	z-index:-1;
	width:100%;
	height:100%;
	top:0px;
}
.mainbgcont .left{
	vertical-align:top;width:50%;background-image:none;
}

.mainbgcont .right{
	vertical-align:top;width:50%;background-image:none;
}

.gamewin .logo{
	background-image:url(images/topbarlogo.png);
	width:107px;
	height:25px;
	background-position:center;
	cursor:pointer;
	cursor:hand;
}