body{
	background-color:#000;
	width:100%;
	height:100%;
	overflow:hidden;
}

img{
	border:none;
}

#wrapper{
    position:absolute;
	height:750px;
	width:1200px;

	overflow:hidden;
    top:50%;
    left:50%;
    margin-top:-375px;
    margin-left:-600px;
}
#game0{
	width:200px;
	height:50px;
	text-align:center;
}
#game1{
	width:200px;
	height:50px;
	text-align:center;
}
#game2{
	width:200px;
	height:50px;
	text-align:center;
}

#menu{
    position:absolute;
	width:100%;
	height:50px;
	background:url(../img/menu.png) repeat-x;

	overflow:hidden;
    bottom:32px;
    left:0px;
	z-index:2;
	text-align:center;
}
#header{
    position:absolute;
    top:0px;
	left:0px;
	width:100%;
	height:50px;
	background:url(../img/hbg.jpg) repeat-x;
	text-align:left;
	z-index:3;
}
#footer{
    position:absolute;
    bottom:0px;
	left:0px;
	width:100%;
	height:32px;
	font-size:20px;
	font-weight:bold;
	text-align:right;
	background:url(../img/fbg.jpg) repeat-x;
	z-index:3;
}

a{
	color:#000;
}

#llogo{
	width:210px;
	height:32px;
	background:url(../img/logo.png) no-repeat left top;

}

