body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#aaa;
	}
#pageFrame{
	background-color: white;
	min-height:600px;
	padding:20px;
	}
#content{
	position:relative;
	width:400px;
	height:100px;
	left:50%;
	margin-left:-200px;
	top: 300px;
	margin-top:-50px;
	}
.content{
	font-size: x-large;
	line-height:1.5em;
	text-align:center;
	}