@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	background:url(../images/bg.jpg) center center no-repeat;
	-moz-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
}
html {
	height:100%;
	overflow:auto;
	overflow-x:hidden;
}
.content {
	width:1270px;
	height:846px;
	background:url(../images/content.jpg) no-repeat;
	margin:0 auto;
	margin-top:-400px;
	position:relative;
	top:50%;
	z-index:2;
	text-align:center;
}