html
{
    height:100%; 
    max-height:100%; 
    padding:0; 
    margin:0; 
    border:0; 
}


body
{
	height:100%;
	max-height:100%;
	top:0px;
	padding:0;
	margin:0;
	border:0;
	background-color: #000;
	background-image:url(../background.jpg);
	background-position:Top Center;
	/*background-attachment:fixed;
	background-repeat:repeat-x;*/
	border-width: 0px;
	border-style:solid;
}