/* CSS Document */

body {
	background-color: #474541;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CDC2AE;
	margin: 0px;
	padding: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}

p {margin-bottom: 15px;}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 15px;
}

#h_align {
	position: absolute;
	display: block;
	visibility: hidden;
	overflow: visible;
	width: 100%;
	top: 50%;
	left: 0px;
	}

#v_align {
	position: absolute;
	margin-left: -500px;
	left: 50%;
	top: -275px;
	width: 1000px;
	height: 550px;
	visibility: visible;
}

.layout {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: auto;
}

.header {
	position: relative;
	float: left;
	width: 900px;
	height: 99px;
	text-align: center;
	padding: 0px 50px 0px 50px;
	border-bottom: 1px dashed #000000;
	text-align: justify;
}

.banner {
	background-image: url(../web_img/start.jpg);
	position: relative;
	float: left;
	width: 1000px;
	height: 350px;
}

.disclaimer {
	position: absolute;
	left: 520px;
	top: 0px;
	width: 430px;
	height: 70px;
	padding: 10px 50px 10px 0px;
}

.footer_button {
	position: relative;
	float: left;
	width: 900px;
	height: 90px;
	border-top: 1px dashed #000;
	padding: 10px 50px 0px 50px;
	text-align: center;
}

a:link,
a:visited,
a:active {
	color: #CDC2AE;
	text-decoration: none;
	}

a:hover {
	color: #F00;
	text-decoration: none;
	}

	
