@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ce6f3b;
	background-image:url(../img/tile-pattern.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:top;
	padding-top:50px;
	font-size:100%;
}

h1  {
	text-indent: -5000px;
	height:40px;
	background-image: url(/exhibitions/heroes/quiz/images/heroes_logo.png);
	background-repeat:no-repeat;
	}


div#wrapper { float:left; margin:auto; background-color:#FFF; padding-top:35px; padding-bottom:35px;}

div#navcontainer {margin:auto; float:none; background-color:#000000; }
ul#nav {margin:0;height:60px; width:100%;}

ul#nav li
{display: inline;
}



ul#nav li a
{
	padding: 7px;
	color: #ecf5e3;
	text-decoration: none;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 14px;
	line-height: 16px;
	height:60px;
	display:block;
	float:left;
	margin-top:10px;
	 
}

ul#nav li a:hover
{
color: #99b989;
}

ul#nav a:active
{
color: #fff;
}

ul#nav li#active a
{

color: #fff;
}



/* footer */
hr.space {background-color: #ce6f3b;}

#footer {
	
	
	
	}
