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

html {
	height:100%;
}

body {
	background-color: #000000;
	margin:0px;
	background-color:#790100;
	background:url(../images/landing/bg.gif) repeat-x;
}

#container {
    position: relative;
	width:100%;
	}
	
#header {
	vertical-align:top;
	height:80px;
	background: url(../images/landing/top_grunge.gif) repeat-x top;
	
}

#footer {
    position: absolute;
    bottom: 0;
	margin:0px;
	width:100%;
	vertical-align:bottom;
	height:80px;
	background: url(../images/landing/bot_grunge.gif) repeat-x bottom;
	
	}
	
#form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}