@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;
	background-image: url(../images/dying-light-bg.jpg);
	text-align:left;
}
#home {
	width: 960px;
	height: 675px;
	background: #000;
	margin: 0 auto; 
	border: 1px solid #FFF;
	background-image: url(../images/dying-light-home.jpg);
	text-align:left;
}

#mainContent {
	padding: 0;
	position: relative;
	left: 180px;
	top: 50px;
	max-width: 600px;
	overflow: hidden;
	font-size: 1.2em;
	line-height:1.6em;
}

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

#nav {
	padding: 0;
	position: relative;
	top: 552px;
	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: #666666;
	font-weight: bold;
	text-decoration: none;
}

.navigation a:hover {
	color: #5FACDF;
	text-decoration: underline;
	font-weight: bold;
}

#flashcontent {
	padding: 0;
	position: relative;
	left: 200px;
	top: 40px;
	max-width: 560px;
	overflow: hidden;
}

#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;
}
h1 {
	font-size: 2em;
	color: #FFF;
}
h2 {
	font-size: 1.6em;
	color: #FFF;
}
