/*
	Background
*/
body {
	background: transparent url(/images/layout/background.png) repeat;
}
#background {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(/images/layout/foot-scene.png) 50% 100%  no-repeat fixed;
	z-index: 1;
}
#head {
	height: 152px;
	min-width: 900px;
	z-index: 2;
}
	#head-central {
		
	}
	#bar {
		margin-right: 40px;
		height: 32px;
		background: url(/images/layout/head.bar.png) repeat-x;
	}
	#corner {
		position: absolute;
		top: 0px;
		right: 20px;
		width: 20px;
		height: 32px;
		background: url(/images/layout/head.corner.png) no-repeat;
	}
	#logo {
		position: absolute;
		top: 10px;
		left: 5px;
		z-index: 5;
	}
	#menu {
		height: 32px;
		padding-left: 376px;
		line-height: 27px;
	}
	#menu li {
		display: block;
		height: 27px;
		float: left;
	}
	#menu a {
		display: block;
		padding: 0px 5px;
		color: #646363;
		font-size: 11px;
		text-transform: uppercase;
		text-decoration: none;
	}
	#menu a:hover {
		color: #343333;
	}
	#menu .i a {
		padding-left: 25px;
	}
	#menu .i.n a {
		padding-left: 5px;
	}
		#menu .i#msg { background: url(/images/icons/menu/messages.png) 8px 50% no-repeat; }
		#menu .i#gme { background: url(/images/icons/menu/games.png) 8px 50% no-repeat; }
		#menu .i#cmt { background: url(/images/icons/menu/community.png) 8px 50% no-repeat; }
			#menu .i#cmt a { padding-left: 30px; }
		#menu .i#ctu { background: url(/images/icons/menu/contact-us.png) 8px 50% no-repeat; }
	#menu .s {
		width: 1px;
		margin: 1px 3px;
		height: 25px;
		background: url(/images/layout/sprite.png) no-repeat 0px 0px;
	}
	
/*
	
	Central/Main

*/
#central {
	padding: 0px 5px 250px 5px;
	width: 970px;
	z-index: 2;
}
#gameCover {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/images/layout/logo.png) 50% 50% no-repeat;
	-webkit-transition: -webkit-transform 4.5s;
	z-index: 2;
}
#gameContent {
	z-index:1;opacity:0;
}




/*
	
	Pretty Box Class

*/
.box {
	
}
.box .bxtl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	background: url(/images/layout/box.png) 0px 0px no-repeat;
}
.box .bxtc {
	margin: 0px 15px;
	height: 15px;
	background: url(/images/layout/box-h.png) 0px 0px repeat-x;
}
.box .bxtr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
	background: url(/images/layout/box.png) -5px -20px no-repeat;
}
.box .bxml {
	position: absolute;
	top: 0px;
	left: -15px;
	width: 15px;
	height: 100%;
	background: url(/images/layout/box-v.png) 0px 0px repeat-y;
}
.box .bxmc {
	margin: 0px 15px;
	padding: 0px;
	background-color: #fff;
}
.box .bxmr {
	position: absolute;
	top: 0px;
	right: -15px;
	width: 15px;
	height: 100%;
	background: url(/images/layout/box-v.png) -25px 5px repeat-y;
}
.box .bxbl {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	background: url(/images/layout/box.png) 0px -45px no-repeat;
}
.box .bxbc {
	margin: 0px 15px;
	height: 15px;
	background: url(/images/layout/box-h.png) 0px -25px repeat-x;
}
.box .bxbr {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
	background: url(/images/layout/box.png) -5px -65px no-repeat;
}
/*
	
	Adverts

*/
.adslot {
	background: #F7F7F7;
}
.admin-slot-edit {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #FFF;
	padding: 0px 0px 2px 4px;
	font-size: 10px;
	font-family: Tahoma;
	opacity: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-transition: opacity 0.5s;
	border: 1px solid #ccc;
	border-width: 0 0 1px 1px;
	z-index: 999999;
}
.adslot:hover .admin-slot-edit {
	opacity: 1;
}
.slot-holder {
	padding: 4px;
	color: #000;
	line-height: 13px;
}
.adslot.slot-300x250 {
	padding: 0px;
	width: 300px;
	height: 250px;
}
.adslot.slot-336x280 {
	padding: 0px;
	width: 336px;
	height: 280px;
}
.adslot.slot-468x60 {
	padding: 0px;
	width: 468px;
	height: 60px;
}
.adslot.slot-728x90 {
	padding: 0px;
	width: 728px;
	height: 90px;
}
/*
	
	Tags

*/
#right-tags {
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 15px;
}
#right-tags li {
	position: relative;
	display: block;
	float: left;
	width: 50%;
}
#right-tags a {
	display: block;
}
#right-tags .f9 {
	position: absolute;
	top: 0px;
	right: 5px;
}