p { 
	font-size: 9px;
	}

#container {
	background-color: #fff;
	width: 600px auto;
	height: 500px;
	margin: 10px;
}

#content {
	background: #fff;
	text-align: center;
	padding: 200px;
}


