body,input,textarea {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #943436;
	background-color: #999;
}

body{
	width: 100%;
	margin: 0px auto;
}

.page_container {
	top: 50%;
	left: 50%;
	position: absolute;
	margin-left: -450px;
	margin-top: -282px;
}

.page {
	width: 900px;
	margin: 0px auto;
	float: left;
	display: inline;
}

.header {
	background: url("../img/logo.png") top left no-repeat;
	width: 870px;
	height: 164px;
	margin-left: 30px;
}

.flash_container {
	background: url("../img/slide_back.png") top center no-repeat;
	width: 450px;
	height: 340px;
	float: left;
	display: inline;
}

.goto_button {
	float: left;
	display: inline;
	margin: 0px auto;
	width: 450px;
}

.goto_button span {
	visibility: hidden;
}

.palm_link {
	background: url("../img/palm_button.png") top center;
	width: 408px;
	height: 60px;
	display: block;
	text-decoration: none;
}

.palm_link:hover {
	background: url("../img/palm_button.png") 0px -60px;
	width: 408px;
	height: 58px;
	display: block;
	text-decoration: none;
}

.coal_link {
	background: url("../img/coal_button.png") top left;
	width: 406px;
	height: 60px;
	display: block;
	text-decoration: none;
}

.coal_link:hover {
	background: url("../img/coal_button.png") 0px -60px;
	width: 406px;
	height: 58px;
	display: block;
	text-decoration: none;
}

.footer_menu {
	clear: both;
	text-align: right;
	padding-top: 20px;
}

.footer_menu a {
	color: #943436;
	text-decoration: none;
	font-size: 1.2em;
	margin:0px 5px;
}

.footer_menu a:hover {
	text-decoration: underline;
}

.flash{
	margin-top:20px;
}

#slide {
	width: 400px;
	height: 300px;
	margin: 20px 0 0;
	padding: 0;
}

#slide img {
	background-color: #fff;
	width: 400px;
	height: 300px;
	top: 0;
	left: 0;
}

#slide_2 {
	width: 400px;
	height: 300px;
	margin: 20px 0 0;
	padding: 0;
}

#slide_2 img {
	background-color: #fff;
	width: 400px;
	height: 300px;
	top: 0;
	left: 0;
}

.slide_container {
	float:left;
	display:inline;
	width:450px;
	height: 340px;
	overflow: hidden;
	background: url("../img/slide_back.png") top center no-repeat;
}
