@charset "utf-8";
/* CSS Document */
body {
	background: url(images/pages/background.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
    background-position: center;
    background-size: cover;
}
#content {
	max-width:1000px;
	margin: 0 auto;
}
#header-bground {
	background: url(images/pages/banner_new.png) repeat-x;
	max-width: 100%;
	height: 170px;
	margin: 0 auto;
}
#header {

	width:900px;
	height:190px;
}
#nav {
	width:870px;
	height:100px;
}
#nav li {
	list-style:none;
	display:inline;

}
#textbox {
	background:url(images/pages/textbox.png);
	padding:10px;
	width:378px;
	height:450px;
	position:relative;
	float:left;
}
#robotnik {
	width:500px;
	height:500px;
	position:relative;
	float:left;
	left:50px;
}
#sub-nav {
	width:900px;
	height:150px;
}
#sub-nav li {
	list-style:none;
	display:inline;
	padding:50px;
}
#subheader {
	width:900px;
	height:150px;
	position:relative;
	left:50px;
}
#screenshot {
	width:600px;
	height:600px;
	position:relative;
	float:left;
	top:45px;
}
#chaos {
	width:600px;
	height:600px;
	postion:relative;
	float:left;
	left:40px;
}
#info {
	background:url(images/pages/textbox.png);
	width:378px;
	height:450px;
	padding:10px;
	position:relative;
	float:left;
	top:45px;
}
#footer {
	width:950px;
	height:50px;
}

/* Text Styles */

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#CCC;
	text-align:left;
}

h4 {
	font-family:Arial Black, Arial, sans-serif;
	font-style:italic;
	color:#06066C;
}
	
/* Links */
.nav-btn {
	color:transparent !important;
}
a:link {
	color:#FF0;
	text-decoration:underline;
}

a:visited {
	color:#BFBF00;
	text-decoration:underline;
}

a:hover {
	color:#006;
	text-decoration:none;
}
