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

body{
	background:url(images/background1.jpg) fixed center;
	width:100%;
	height:100%;
}
.backgroundOverlay{
	background:url(images/background2.png) repeat center;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	position:absolute;
}
#container{
	width:1050px;
	position:absolute;
	z-index:1;
	margin-left:-525px;
	left:50%;
	height:600px;
}