@charset "utf-8";

body {
	background-color: #333333;
	background-image: url(../images/BKG-Content_Blue.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
}

#header_ {
	float: none;
	height: 105px;
	background-image: url(../images/HDR-Content_Blue.jpg);
}