@charset "utf-8";
/* CSS Document */
body{
	background-color:#33ccff;
	font-family:Verdana, Geneva, sans-serif;
}

#ad{
	position:relative;
	float:right;
}

#top{
	height:300px;
	width: 100%;
	}
	
#bar{
	width:100%;
	height:50px;
	background-image:url(bar.png);
	background-repeat:repeat-x;
}

#bar table {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	
}

#active{
	background-image:url(tab.png);
	background-repeat:no-repeat;
	background-position: center;
}
#top #block #title {
	background-image: url(title.png);
	height: 40px;
	width: 280px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 300;
	padding-top: 10px;
	padding-left: 8px;
	margin-left: 35%;
}
#top #block #meter {
	background-image: url(mainbox.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 300px;
	padding-top: 30px;
	padding-left: 50px;
	margin-left: 40%;
}
#top #block #meter .subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	margin-top: 30px;
	text-align: right;
	padding-right: 20px;
}
#top #block #meter .num {
	font-size: 72px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color:#39F;
	text-decoration: none;
	font-weight: bold;
}
#bar table tr a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#000
}
#top #block #meter .subtitle a {
	color: #333;
	text-decoration: underline;
}
#main {
	background-image: url(bigBlock.png);
	height: 215px;
	width: 440px;
	float: left;
	padding: 30px;
	margin-top: 50px;
	margin-left: 25%;
}
#footer {
	width:100%;
	text-align:center;
	float:right;
	
}
#footer a {
	color: #000;
}
#trends {
	width: 100%;
	padding-top: 30px;
	height:500px;
}
#trends #hTrends {
	background-image: url(hTrend.png);
	background-repeat: no-repeat;
	float: left;
	height: 275px;
	width: 530px;
}
#trends #sTrends {
	background-image: url(sTrend.png);
	background-repeat: no-repeat;
	float: right;
	height: 275px;
	width: 530px;
	margin-right:100px;
	margin-top: 50px;
}
#trends #rate {
	position: relative;
	left: 40px;
	top: 100px;
	font-size: 30px;
}
#trends #trendWords {
	position: relative;
	float: right;
	margin-right:50px;
	top: 75px;
	width: 175px;
}
