body {
	padding: 0;
	margin: 0;
}
#Box1 {
	background-color: #D4D5D5;
	width: 820px;
	height: 420px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
}
#Box2 {
	background:	-webkit-gradient(radial, 50% 50%, 800, 50% 50%, 500, from(#282B2D), to(#222324));
	background: -moz-radial-gradient(center 45deg, circle closest-side, #244386 0%, #2C539D 100%);
	width: 800px;
	height: 70px;
	padding-top: 165px;
	padding-bottom: 165px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	text-shadow: 0px 1px 2px #000;
}
#Box2 h1 {
	font-family: "ff-enzo-web-1","ff-enzo-web-2";
	font-size: 26px;
	font-weight: bold;
	color: #EBE5dB;
	text-align: center;
	line-height: 40px;
	height: 40px;
	margin-top: 160px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin: 0;
}
#Box2 h2 {
	font-family: "ff-enzo-web-1","ff-enzo-web-2";
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	text-align: center;
	line-height: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	opacity: 0.4;
}
#Box3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #AAA;
	line-height: 20px;
	width: 820px;
	height: 20px;
	margin:auto;
	opacity: 0.6;
}
#Box3 h3 {
	font-size: 10px;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#Box3 h4 {
	font-size: 10px;
	float: right;
	text-align: right;
	padding: 0;
	margin: 0;
}
#Box3 h4 a {
	color: #AAA;
	text-decoration: none;
	-webkit-transition: opacity 500ms ease-in, color 500ms ease-in;
}
#Box3 h4 a:hover {
	color: #666;
	text-decoration: none;
	opacity: 1.0;
	-webkit-transition: opacity 500ms ease-in, color 500ms ease-in;
}
#Box3 h4 a:visited {
	color: #AAA;
	text-decoration: none;
	-webkit-transition: opacity 500ms ease-in, color 500ms ease-in;
}