html, body {
	width: 100%;
	height: 100%;
}

body {
	background-image: url("../images/body_bg.jpg");
	background-repeat: repeat-x;
	background-color: #d9d7dc;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: verdana;
	color: #595a5b;
	font-size: 11px;
	line-height: 16px;
}

table {
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #373598;
}

a:hover {
	color: #e4008d;
}

table.frame {
	width: 100%;
	height: 100%;
}

table.frame td {
	text-align: center;
	vertical-align: middle;
}

table.main {
	margin: 0 auto;
	width: 812px;
}

table.main td.main_left {
	width: 630px;
	height: 369px;
	background-image: url("../images/main_left.jpg");
	background-repeat: no-repeat;
}

table.main td.main_right {
	width: 165px;
	background-image: url("../images/main_right.jpg");
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	padding: 24px 0px 0px 17px;
}

table.main td.main_right a {
	display: block;
	text-transform: lowercase;
	font-size: 16px;
	padding-bottom: 8px;
}