body {
	background-color: white;
	text-align: center;
	height: 100%;
}

img {
	border: none;
}

#main {
	width:100%;
	padding: 0;	
	min-width: 767px;
	min-height: 452px;
	position: absolute;
	top: 50%;
	left:0px;
 	margin-top: -300px;
}

#container {
	position: relative;
	margin: 0 auto;
	height: 452px;
	width: 767px;
	padding: 0;
	min-height: 573px;
}
