﻿html, body
{
	background-image: url(bg.jpg);
}

#html, body 
{	
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:1000px;
	height: 100%;
	margin: auto;
} 