html, body{
	padding:0;
	margin:0;
	background-color:#000;
}

.temp{
	height:723px;
	width:1024px;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/temp.png);
	background-position:center center;
	background-repeat:no-repeat;
}