* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../img/Back_Screen_comp.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
}

#container {
	position:absolute;
	left:50%;
	top:50%;
	width:1000px;
	height:700px;
	z-index:1;
	margin-left: -500px;
	margin-top: -350px;
	background-image: url(../img/Back_Frame.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
