* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background: url(../img1/body_bg.jpg) repeat-x;
	text-align: center;
}

div, table, td, ul, li, ol, p, h1, h2, h3, h4, h5 {
	text-align: left;
}

#site {
	width: 1500px;
	margin: 0 auto;
}

#headline {
	background: url(../img1/lightning.jpg) 701px 4px no-repeat;
	height: 84px;
	margin-top: -4px;
	*margin-top: -7px;
}

#headline h1 {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 20px;
}

#data {
	margin-top: -2px;
	text-align: center !important;
	width: 1500px;
}

#data table {
	text-align: center !important;	
}

#data table td {
	font-size: 20px;
	padding: 28px 10px 28px 10px; 
	color: #4D73B9;
}

#data table th {
	font-size: 25px; 
	background: url(../img1/th_bg.jpg) repeat-x;
	padding-left: 10px; 
	padding-right: 10px; 
	color: #fff;
}

#chart {
	width: 1500px;
	text-align: center;
	margin-top: 30px;
}


#chart div {
	width: 1020px;
	height: 650px;
	background: #fff;
	color: #fff;
	margin: 0 auto;
}
