body {
	background: #000000 url(../images/back.jpg) repeat-x fixed center center;
	margin: 0px;
	padding: 0px;
}

.box_contents {
	position: absolute;  
	top:  50%;  
	left: 50%;  
	width:  800px;  
	height: 500px;  
	margin-left: -400px;  
	margin-top:  -250px; 
}
.copy {
	display: none;
}

