/* CSS Document */

body,html  {
	height:100%;
	margin:0;
	background-color: #99CDFF;
	background-image: url(images/bg-home.gif);
	background-repeat: repeat-x;
	background-position: center;
}

#container {
	height: 600px;
	width: 900px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top: -300px;
	margin-left: -450px;

}

