#wrapper {
	text-align: center;
	margin-top: 5%;
	margin-bottom: 3%;
}
body {
	background-color: #333333;
}
#header {
	padding:30px 0 40px;
}
#animation {
	padding-bottom: 40px;
}
#footer {
	padding-top: 20px;
}
#bottom {
	text-align: center;
}
.house {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 16px;
}
.house a:link {
	font-size: 9px;
	color: #999999;
}
.house a:visited {
	color: #6882C2;
}
.house a:hover   {
	color: #CCCCCC;
}
.house a:active  {
	font-size: 9px;
	color: #CCCCCC;
}
.unnamed1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.gray {
	background-color: #333333;
}

#centeredmenu li.second{width:120px;}
#centeredmenu li.first{width:110px;}
#centeredmenu {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
	clear:left;
	float:left;
	list-style:none;
	margin:5px 0 0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   color:#fff;
   text-decoration:none;
   line-height:1.3em;
}
#centeredmenu ul li a:hover {
   color:#ff6600;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#ff6600;
}