

* {
	margin: 0;
	padding: 0;
	
}

body {
	margin: 0px 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/GradientBackground.png) repeat-x left top;
}

.container {
	width:720px; 
	border:1px solid;
	border-color: #b3b3b3;
	background-color:#FFFFFF;
	margin:0 auto;
	padding: 0px;
}



#main{
	background-color:#FFFFFF;
	background: url(images/GradientBackground.png) repeat-x left top;
}

#gameTitle{
	color: #616161;
	font-size:20px;
	font-weight:700;
	margin-left:20px;
	padding-top:20px;
	padding-bottom:10px;
}


#gamedDescription{
	color: #616161;
	font-size:14px;
	font-weight:bolder;
	margin-left:40px;
	padding-bottom:20px;
	width: 600px;
}


#header {
	width: 724px;
	height: 89px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/Logo.png) no-repeat left top;
}

#navigation {
	width: 723px;
	height: 36px;
	margin: 0px auto;
	padding: 0px;
}

#navigation a {
	display: block;
	float: left;
	margin: 0px;
	text-decoration: none;
	color: #6b767c;
	border: 0px solid;
	text-align:center;
	font-size:14px;
	line-height: 35px;
}

.FirstNavButton { 
	width: 145px;
	height: 36px;
	background: url(images/LeftButton.png)  no-repeat left top;
}

.NavButton{
	width: 144px;
	height: 36px;
	background: url(images/MiddleButton.png)  no-repeat left top;
}

#navigation a:hover {
	color: #00C6FF;
}


#footer {
	width: 720px;
	margin: 0px auto;
	padding: 5px 0px;
}

#footer p {
	text-transform: uppercase;
	font-size: 10px;
	color: #90908E;
}
