@charset "utf-8";
/* CSS Document */

body{
	background-image:url(bgimg.jpg);
	background-attachment:fixed;
	background-position:left;
	background-repeat:no-repeat;
}


.container{
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.header{
	background-color:#DE1B1B;
	height:150px;
	width:100%;
	margin-left:75px;
	top:0px;
	position:absolute;
}
.logo{
	margin-left:-75px;
}
