@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	height: 100%;
}
html {
	height: 100%;
}

#back {
	height: 100%;
	width: 100%;
	position: absolute;
}
#content {
	height: 100%;
	width: 100%;
	position: absolute;
}
#header {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 136px;
	width: 244px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#cont_box {
	height: 530px;
	width: 900px;
	border: 1px solid #FFFFFF;
	background-image: url(images/back_box.png);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
}
#main {

}
#footer {
	height: 40px;
}
