* {
	margin: 0px;
	padding: 0px;
	background-color: #FC0;
}
#wrapper {
	background-color: #f7f7f7;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #999;
	border-left-color: #999;
	height: 250px;
}
#wrapper #logo {
	background-color: #FFF;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
	height: 250px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
	text-align: center;
	font-style: normal;
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper #navigation a {
	color: #000;
	text-decoration: none;
}

#wrapper #headerImg {
	background-image: url(../images/DinoWithBackground2.jpg);
	height: 1000px;
	width: 800px;
}
