body {
	background-color: #eee;
	font-family: helvetica;
	font-size: 11pt;
}

#content {
	background-color: #fff;
	width: 500px;
	height: 200px;
	display: inline-block;
    position: fixed;
    top: 150px;
    left: 0;
    right: 0;
	margin: 0 auto;
	border: solid 2px #F45017;
	padding: 20px;
}