@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
	padding:0;
	margin:0;
}

body {
	background: url(../images/background.jpg) top center no-repeat #42291c;
	text-align:center;
	color:#999;
	font: 90% Arial, Helvetica, sans-serif;
}

p {
}

h1 {
	color:#CCC;
	font-weight:normal;
	margin:0;
	padding:0;
}

a:link, a:visited, a:hover, a:active {
	color:#999;
}

#container {
	position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}

html>body #container {
    height: auto;
}

#content {
	padding-top:380px;
}

#footer
{
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	width:100%;
	font-weight:bold;
	position: absolute;
	bottom: 0;
	padding-bottom:20px;
}
