body{
	background-color:#96A8C0;
	text-align:center;
	font-size:16px;
	font-variant:small-caps;
	font-family:Lucida,Helvetica,sans-serif;
	font-weight:500;
	text-decoration: none;
	position: absolute;
	left: 50%;
	width: 780px;
	margin-left: -390px;
}

.box { 
	background:white;
	border-style:solid;
	border-width:2.5px;
	border-color:#071419;
	border-radius: 20px;
	-moz-border-radius: 20px;
}