﻿
/* Elements */
body {
    background-image: url("../images/home/home-banner.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

/* Element IDs */
#head-content {
	float: left;
	width: 840px;
	padding-top: 38px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 260px;
}
#header {
	float: left;
	width: 860px;
}
#wrapper {
	width: 860px;
	text-align: left;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
