@charset "utf-8";

body{
	background-color:#000000;
	background-image: url(../images/bg/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#content{
	width:920px;
	height:610px;
	margin-top:100px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	padding:0px;
}