html
{
    height:100%; 
    max-height:100%;
    padding:0; 
    margin:0; 
    border:0; 
    background-image: url(../background.jpg) !important;
	background-position: top center !important;  
	background-repeat: no-repeat !important;
	background-color:#000;
}


body
{
    height:100%;
	max-height:100%;
    padding:0;
    margin:0;
    border:0;
    top:0px;
}

