/* CSS */
/* CSS MAIN */

body{
	background: #990000;
	color: #014511;
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
	border: none;
	line-height: 1.3em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

a:visited {
	border: 0;
	color: transparent;
}

a {
	text-decoration: none;
	color: #FFF;
}

/* END CSS MAIN */

/*CSS TOP*/

div#top_bg {
	height: 359px;
	width: 100%;
	background: url(img/bg_top.jpg) center top repeat-x;
}

div#top {
	background: url(img/main_top.jpg) left top no-repeat;
	margin: 0px 0px 0px -500px;
	position: absolute;
	left: 50%;
	height: 359px;
	width: 1000px;
	}

/* END CSS TOP */

/* CSS BTN */
div#btn_container {
	background: transparent;
	margin: 0px 0px 0px -300px;
	height: 70px;
	width: 600px;
	position: absolute;
	top: 360px;
	left: 50%;
}

div#error_container {
	background: transparent;
	margin: 0px 0px 0px -500px;
	height: 70px;
	width: 1000px;
	position: absolute;
	top: 360px;
	left: 50%;
	text-align: center;
}

div#btn_left {
	float: left;
	height: 69px;
	width: 154px;
}

div#btn_right {
	float: right;
	height: 69px;
	width: 154px;
}


	
