#header {
	position: relative;
	height: 195px;
	margin:0 auto;
}
#flashHeader {
	width: 900px;
	height: 195px;
}
#bigFeet {
	position: absolute;
	top: 10px;
	right: -110px;
}
#navBar {
	position: absolute;
	height: 20px;
	top: 170px;
	right: 0;
	display: block;
	background-color: #000;
	height: 25px;
	padding:0 15px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
a.navButton {
	position:relative;
	z-index:200;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 0 25px;
	height: 25px;
	line-height: 25px;
}
a.navButton:hover {
	text-decoration:underline;
}
#roller {
	position:absolute;
	background-color:#999;
	z-index:140;
	top:4px;
	height:18px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#contact{
	font-size:14px;
	font-weight:bold;
	padding:5px 30px;
	text-align:right;
}
