﻿html
{	
	overflow: hidden;
	height: 99%;	
	background-color: rgb(134,171,91);
	background-image: url(images/Bushes.png);
	background-repeat:repeat-x;	
}                         
body
{
	margin-left:auto;
	margin-right:auto;	
	width:1024px;
	height:768px;	
}
.soon
{	
	position:absolute;	
	top:300px;
	
	width:1024px;
	text-align:center;
	/*color:rgb(10,136,10);*/
	color:White;
	font-family: Verdana;

}
