body, html 
{
	background-color: #EC8903;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-hight: 0px;
}

body
{
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
