body,html  {
	height:100%;
	margin:0;
	background-color: #CCCCCC;
	background-image: url(images/bg-home.gif);
}

#container {
	height: 500px;
	width: 900px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top: -250px;
	margin-left: -450px;
	border: 1px solid #B63839;

}

