@charset "UTF-8";
/* CSS Document */
body {
	font: 62.5% Helvetica, Arial, Verdana, sans-serif;
	background: #333333;
	color: #FFF;
}
.center {
	position: absolute;
	top:0; right:0; bottom:0; left:0;
	margin: auto;
	left:expression(this.parentNode.clientWidth/2 - this.clientWidth/2 + " px");
	top:expression(this.parentNode.clientHeight/2 - this.clientHeight/2 + " px");
	width: 960px;
	max-height: 675px;
}
#container {
	width: 960px;
	height: 675px;
	background: #000;
	margin: 0 auto; 
	border: 1px solid #FFF;
	text-align:left;
}
#top {
	width: 960px;
	height: 100px;
	background: #000;
	margin: 0 auto; 
	border: 0px;
	background-image: url(../images/dying-light-top.jpg);
	text-align:left;
}
#bottom {
	padding: 0;
	width: 960px;
	height: 135px;
	background: #000;
	margin: 0 auto;
	background-image: url(../images/dying-light-end.jpg);
	text-align:left;
}

a:link {
	color: #5facdf;
	text-decoration: none;
}
a:visited {
	color: #999;
}
a:hover {
	color: #666;
	text-decoration: underline;
}


#nav {
	padding: 0;
	position: relative;
	top: 53px;
	left: 10px;
	color: #000;
	font-size: 1.2em;
	line-height: 1.5em;
	max-width: 295px;
	text-align: right;
	overflow: hidden;
}
.navigation a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.navigation a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.navigation a:hover {
	color: #5FACDF;
	text-decoration: underline;
	font-weight: bold;
}



#logo {
	padding: 0;
	position: relative;
	text-align: right;
	right: 20px;
	top: 17px;
	max-width: 185;
	height: 41;
	overflow: hidden;
}

#footer {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	position: relative;
	top: 10px;
	font-size: 1em;


