.devider {
	background-image: url(images/topdevider.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	position: static;
	visibility: visible;
	float: none;
	background-position: center;
	clear: none;
}
.header {
	background-attachment: fixed;
	background-color: CACAFC;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: right;
	float: left;
	height: 160px;
	width: 800px;
	position: static;
	left: 0px;
	top: 0px;
	overflow: hidden;
	visibility: visible;
}

