body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_01.png) center top repeat-x, url(../images/bg_02.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.6;
}
img, a img {
	border: none;
}
a:link {
	color: #1262B3;
	text-decoration: none;
}
a:visited {
	color: #1262B3;
	text-decoration: none;
}
a:hover {
	color: #B30000;
	text-decoration: none;
}
a:active {
	color: #B30000;
	text-decoration: none;
}
.page {
	width: 920px;
	margin: 0 auto;
}
.banner {
	background: url(../images/bg_03.png) no-repeat;
	width: 920px;
	height: 330px;
 }
#btn_register {
	margin: 208px 0px 0px 668px;
 }
.content {
	width: 760px;
	background: url(../images/bg_04.png) repeat-y;
	margin: 0 auto;
	padding: 40px 80px;
 }
#screenshot {
 }
.top {
	text-align: center;
 }
