#header-comp {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 30px;
	padding-bottom: 0px;
	overflow: hidden;
}

#page-comp {
	width: 800px;
	margin: 0 auto;
	padding-top: 0px;
	background: #F6F0D0;
	padding-bottom: 0px;
	overflow: hidden;
}

#content-comp {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}

#content-comp img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.highlight-background {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	background-image: url(../images/hightlight-background.png);
	background-repeat: no-repeat;
	background-position: center top;
}