body {
	margin:			0;
	padding:		0;
	text-align:		center;
}
#page {
	position:		absolute;
	text-align:		center;
	top:			50%;
	left:			0;
	width:			100%;
	height:			1px;
	overflow:		visible;
	display:		block;
}
#content {
	position:		absolute;
	margin-left:	-210px;
	top:			-120px;
	left:			50%;
	width:			420px;
	height:			240px;
	text-align:		left;
}