@charset "utf-8";
/* CSS Document */
body {
	background-color: #0e0301;
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px 0px 0px 0px;
	color: #c54e31;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	
}

a:active {text-decoration: none; color: #c54e31; font-weight:bold;}
a:link {text-decoration: none; color: #c54e31; font-weight:bold;}
a:visited {text-decoration: none; color: #c54e31; font-weight:bold;}
a:hover {text-decoration: none; color: #f16d4d; font-weight:bold;}


#button_ctnr {
	height:28px;
	width:100%;
	top:0px;
	position:absolute;
	background:url(../img/button_bg.png);
	background-repeat:repeat;
	color:#c54e31;
	padding:11px 0px 0px 0px;
	text-align:center;
	font-size: 12px;
}

#main_ctnr {
	position:absolute;
	width:800px;
	left:50%;
	top:50px;
	margin-left:-450px;
	color:#c54e31;
	padding:50px 50px 50px 50px;
	text-indent:50px;
	text-align:justify;
}

#footer_ctnr {
	position:relative;
	padding-top:50px;
	color: #882b15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent:0px;
	text-align:center;
}

