@charset "utf-8";

#wrapper {
	padding: 0px;
	width: 928px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
}
#header {
	background-image: url(../images/head_bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 396px;
	width: 928px;
}
#footer {
	height: 95px;
	width: 100%;
	background-image: url(../images/footer_bg.gif);
	text-align: center;
	clear: both;
}
#m_right {
	float: left;
	width: 620px;
	margin-left: 30px;
}


#main {
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 100%;
}

#m_left {
	width: 229px;
	float: left;
	text-align: center;
	padding-left: 1px;
}
#inner {
	width: 600px;
	margin-bottom: 20px;
}
#inner td {
	padding-left: 10px;
}
#button {
	text-align: center;
	width: 600px;
}
