html {
height:100%;
width:100%;
}
body {
//border:solid 1px blue;
position:absolute;
background-color:#000;
margin:0;
padding:0;
height:100%;
width:100%;
overflow:auto;
}
div#main {
//border:solid 1px yellow;
position:relative;
background-color:#000;
background-image: url('images/bg.jpg');
background-repeat:no-repeat;
background-position:center;
background-size: cover;
text-align:center;
vertical-align:middle;
width:100%;
height:100%;
}
div#footer {
position:absolute;
width:100%;
text-align:center;
font-size:9px;
font-family:Verdana,"sans-serif";
letter-spacing:1px;
color:#666666;
height:30px;
bottom:0;
}