html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #666 url(bg_pattern.jpg);
}
#vcenter {
	float: left; 
	height: 50%; 
	margin-bottom: -323px;
}
#content {
	width: 607px; 
	height: 646px; 
	background: #fff url('background.jpg') no-repeat; 
	border: 2px solid #fff; 
	
	position: relative; 
	clear: both; 
	margin: 0 auto;
}
#message {
	position: absolute;
	top: 46px;
	left: 35px;
}