html, body {
	background-color: #444;
	height: 100%;
	margin: 0;
	padding: 0;
	color: white;
	text-align: left;
	font-family: Arial;
	font-size:10px;
	background:url(/images/bg.jpg);
}
td {
	text-align: left;
}
.landing_page_frame {
	border: 0;
	height: 650px;
	width: 637px;
	position: relative;
	top: 10%;
	color: black;
}
.landing_page_top {
	border: 0;
	height: 600px;
	width: 637px;
	background:url(/images/landing-page-center.jpg) no-repeat;
}
.landing_page_bottom {
	border: 0;
	height: 50px;
	width: 637px;
	color: black;
}

.landing_page_content {
	border: 0;
	position: relative;
	top:150px;
	color: #444;
}

.lang_link {
	color: #444;
	font-size:15px;
}

h2 {
	font-family: Arial;
	font-weight:normal;
	font-size:26px;
	color:#871812;
}

.page_frame {
	border: 0;
	width: 650px;
	color: black;
	background:url(/images/page_bg.gif) reapeat-y;
	background-color:#fff;
}
.page_frame_top {
	border: 0;
	height: 70px;
	width: 640px;
	color: black;
	font-size:12px;
	text-align:right;
	background:url(/images/banner.gif);
	margin:5px 5px 0px 5px;
}

.page_frame_top a {
	color: black;
	font-size:12px;
	text-decoration:none
}

.page_frame_top a:hover {
	color: black;
	font-size:12px;
	text-decoration:underline
}

.table_home td {
	font-family: Arial;
	font-weight:normal;
	font-size:12px;
	color:#000;
	line-height:16px
}

.table_home {
	height:700px;
	background:url(/images/bottom-home.jpg) no-repeat;
	background-position: bottom;
}

.table_bronzes td {
	font-family: Arial;
	font-weight:normal;
	font-size:12px;
	color:#000;
	line-height:16px;
}

.table_bronzes {
	height:800px;
	background:url(/images/bottom-bronzes.jpg) no-repeat;
	background-position: bottom;
}

.table_poly td {
	font-family: Arial;
	font-weight:normal;
	font-size:12px;
	color:#000;
	line-height:16px
}

.table_poly {
	height:750px;
	background:url(/images/bottom-poly.jpg) no-repeat;
	background-position: bottom;
}

.table_contact td {
	font-family: Arial;
	font-weight:normal;
	font-size:12px;
	color:#000;
	line-height:16px
}

.table_contact {
	height:600px;
	background:url(/images/bottom-contact.jpg) no-repeat;
	background-position: bottom;
}

a {
 color: black;
}


