body {
	background-color: #f5f5f5;
}

#frame {
	height: 300px;
	width: 500px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -175px;
	margin-left: -250px;
}


* html #frame { 
	position:absolute;
}