@charset "utf-8";

/* CSS Document */
@charset "utf-8";
/* CSS Document */
@import url("../css/nav.css"); 

* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family: sans-serif;
	font-weight: bold;
	text-align:center;
	color: #EFEFEF;
	background-color: #3C0F12;
}
.wrapper {
	positon: relative;
	width:800px;
	background: #3C0F12;
	height: auto !important;
	height: 100%;
	margin: 0 auto -600px; /* the bottom margin is the negative value of the footer's height */
	border: 20px double #98BBB5;
}

#header{
	background: url(../images/header.gif) no-repeat;
	width: 800px;
	height: 200px;
	}
#container{
	width:800px;
	height:600px;
	padding: 10px auto;
	background: #98BBB5;
	}
	
.main, form {
	color: #3C0F12;
	padding: 30px;
	background-position: top left;
	text-align: justify;
}
h3 { text-align:center;}
p {line-height: 2em;}
.footer  {
	height: 100px; /* .push must be the same height as .footer */
	background: #98BBB5;
position: relative;
width: 800px;
margin: 0 auto;
}
.footer a{
	color:#FFFFFF;
	text-decoration: underline;
	background-color: #3C0F12;
	border: 0;
}
.footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 800px;
	padding: 0;
	color: #fff;
	font: 0.8em arial,sans-serif;
	text-align: center;
	background: #3C0F12;
}
