BODY {
	background-color: #FFF;
	overflow: hidden;
	margin: 0px;
}

#searchbox {
	padding-top: 150px;
}

#title {
	background: url('/images/index-title.jpg') no-repeat top center;
	width: 100%;
	height: 75px;
	margin: 0px;
}
.title-safari {
	height: 78px;
}

#copyright {
	background: url('/images/copyright-white.jpg') no-repeat bottom center;
	height: 11px;
	width: 100%;
	margin-top: 40px;
}

#links {
	padding-top: 12px;
}

.search-input {
	border-style: none;
	background: url('/images/searchbox-index.jpg') no-repeat top center;
	width: 370px;
	height: 11px;
	padding: 7px 14px 7px 14px;
	margin: 0px 0px 4px 0px;
}
.search-input-focused {
	background-position: bottom center;
}


