* {
	margin:0;
	padding:0;
}
ul, ol, li {
	list-style:none;
}
body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	color:#111;
	background:#080808 url(img/bg.gif) repeat-x center top; 
    height:100%;
}
img, input, textarea {
	border:0;
	outline:0;
}
a { color:#000; }
a:hover { color:#FFF; }

.element { position:fixed; top:0%; left:3%; }

#bgeffect {
	background:url("img/zombies.png") center 500px repeat-x;
}
/*CONTAINER*/
#container {
	width:844px;
	margin:0 auto; 
}
#container #bleft {
	padding:0 0 0 22px;
	background:url(img/border.gif) repeat-y left top; 
}
#container #bright {
	padding:0 22px 0 0;
	background:url(img/border.gif) repeat-y right top; 
}
#container #bordercontainer {
	background:#A49B97 url(img/contenttexture.gif);
	padding:2px 0 0 0;
}
#logo {
	display:block;
	width:832px;
	height:161px;
	margin:0 auto;
	background: url("img/logo.png") no-repeat center bottom;
	padding:25px 0 0 0;
}

#roof {
	display:block;
	width:890px;
	height:92px;
	margin:0 auto;
	background: url("img/roof.png") no-repeat -2px center;
}

#roof #indie {
	display:block;
	float:right;
	position:relative;
	left:-55px;
	top:50px;
	width:200px;
	height:20px;
	font-size:12px;
	text-align:right;
	font-style:italic;
	font-weight:bold;
	color:#000;
}

/*DESCIPRTION*/
#description {
	display:block;
	position:relative;
	width:700px;
	margin:0 auto;
	height: auto;
	margin-bottom:25px;
	z-index:1;

}

#description h1 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	color:#111; /*#A70000;*/
	line-height:40px;
	text-decoration:underline;
}

#description p {
	font-weight:normal;
	font-size:15px;
	text-align:left;
	color:#000;
}

/*TRAILER BOX*/
#trailerbox {
	display:block;
	width:480px;
	height:360px;
	margin:0 auto;
	height: auto;
	border-style:solid;
	border-width:5px;
	border-color:#7B7B7B;
	margin-top:20px;
	margin-bottom:15px;
}

#trailerbox * { display:block; }

/*COUNTDOWN*/
#countdown {
	display:block;
	width:800px;
	margin:0 auto;
	height: auto;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:x-large;
	text-align:center;
	color:#000;/*#A70000;*/
	line-height:40px;
	padding-bottom:5px;
}

#countdown em{
	color:#A70000;
	font-style:normal;
	font-size:28px;
}

#punchline {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:22px;
	text-align:center;
	color:#000;
}

#floor {
	display:block;
	width:844px;
	height:24px;
	background:#A49B97 url(img/floortexture.gif) repeat-x center bottom;
}

#floor #generator {
	display:block;
	position:relative;
	left:720px;
	top:-87px;
	width:103px;
	height:94px;
	background:url(img/generator.gif) no-repeat;
	z-index:0;
}

#footer {
	color:#333;
	text-align:center;
	font-size:12px;
	margin-top:20px;
	margin-bottom:20px;
}

#footer a { color:#444;}
#footer a:hover { color:#FFF;}

.divlink {
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
}
.linebreak {
	clear:both;
	display:block;
	width:100%;
	height:1px;
	font-size:0;
	border-bottom:1px dashed #897E7A;
	margin:4px 0 4px 0;
}

#buybutton {
	display:block;
	width:154px;
	height:60px;
	background:url(img/buybutton.png) 0px 0px no-repeat;
	margin:0 auto;
}

#buybutton:hover {
	background:url(img/buybutton.png) 0px -60px no-repeat;
}

#2buybutton {
	display:block;
	width:154px;
	height:60px;
	background:url(img/buybutton2.png) 0px 0px no-repeat;
	margin:0 auto;
}

#2buybutton:hover {
	background:url(img/buybutton2.png) 0px -60px no-repeat;
}


#shots {
	position:relative;
	width:740px;
	margin:0 auto;
	z-index:1;
}
#shots .screenshot {
	float:left;
	display:block;
	width:86px;
	height:86px;
	background:#867D82;
	margin:0 2px 5px 0;
	border:2px solid #7B7B7B;
}

#shots .screenshot:hover { border:2px solid #FFF;}

#only5T {
	display:block;
	width:91px;
	height:29px;
	background: url(img/text.gif) 0px 0px no-repeat;
	margin:10px auto;
}
#aboutthegameT {
	display:block;
	width:191px;
	height:30px;
	background: url(img/text.gif) 0px -29px no-repeat;
	margin:5px;
}
#featuresT {
	display:block;
	width:113px;
	height:30px;
	background: url(img/text.gif) 0px -57px no-repeat;
	margin:5px;
}
