@charset "utf-8";

body {
	background-color:FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container{
	width:100%;
	height:100%;
	background:url(bg.jpg)  no-repeat center 0px;
	text-align:center;
	background-color: #FFFFFF;
}
#content{
	margin-left: auto;
	margin-right: auto;
	padding-top:0px;
#	width:820px;
#	height:800px;
}