@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	border:0px;
	border-collapse:collapse;
}

#stage {
	margin-left:auto;
	margin-right:auto;
	width:899px;
}

#head {
	width:899px;
	height:66px;
	background-image:url(../images/header-animations.png);
	background-repeat:no-repeat;
	background-position:top;
}

.titles {
	font-weight:bold;
	padding-top:30px;
	text-align:center;
	vertical-align:top;
	padding-bottom:20px;
}

.item {
	text-align:center;
	vertical-align:top;
	line-height:20px;
}

.green {
	text-align:center;
	vertical-align:top;
	line-height:20px;
	color:#060;
}

.gray {
	text-align:center;
	vertical-align:top;
	line-height:20px;
	color:#999;
}