html, body {
	margin: 0;
	padding: 0;
}

body {
	background: url(/img/main_template/bg.gif) repeat-x;
	color: #9bacbc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#wrapper {
	margin: 120px auto 0 auto;
	text-align: center;
	width: 800px;
}

#logo {
	background: url(/img/main_template/logo_lg.png) no-repeat;
	text-indent:-10000px;
	font-size: 1px;
	line-height: 1px;
	margin: 0 auto 25px;
	width: 529px;
	height: 211px;
}
* html #logo {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/main_template/logo_lg.png',sizingMethod='scale');
}

#btn_box {
	background-color: #fff;
	border: 1px solid #cadef0;
	margin: 0 auto;
	padding-top: 18px;
	width: 420px;
	height: 60px;
}

#btn img {
	background-color: #fff;
	border: none;
	margin-top: -28px;
	padding: 0 15px;
}
#btn:focus {
	outline: none;
	border-bottom: 1px solid #cadef0;
}
#footer {
	text-align: center;
}