html, body {
    height: 100%;
	margin: 0;
}

body {
    background: #0a0000 url(img/background.jpg) no-repeat center;
    font: 86% Arial, "Helvetica Neue", sans-serif;
    margin: 0;
}
#container {
	margin:0; 
	width:100%; 
	height:100%;
	min-width:600px; 
	min-height:406px;
}
#header {
	 background: url(img/logo.png) no-repeat center;
	 width: 100%;
	 height: 80px;
}
#footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
}
