body,html{
	height:607px;
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background-color:#999;
}

#wrapper{
	background-image:url('../img/bg.jpg');
	background-repeat: no-repeat;
	width:960px;
	height:100%;
	margin:0 auto -20px;
	word-wrap: break-word;
	border:1px;
	border-color:black;
}

#header{
	width:910px;
	height:100px;
	background-image:url('../img/header.jpg');
	padding-top:21px;
	padding-left:50px;
}

#content{
	//background-color:#666;
	width:300px;
	float:left;
	margin-top:20px;
	margin:10px;
}

#heatmap{
	//background-color:#555;
	width:620px;
	float:right;
	//margin:10px;
	height:466px;
}

#footer{
	background-color:#BABABA;
	height:17px;
	width:960px;
	margin:0 auto;
	clear:both;
	font-size:12px;
	color:#666;
	text-align:center;
	padding-top:3px;
}
	
h1{
	color:#C20000;
	margin-bottom:-5px;
	//text-align:right;
	//margin-right:5px;
	border-bottom:1px solid #C20000;
}

A:link{
	color:#666;
}

A:visited{
	color:#666;
}

A:active{
	color:#666;
}

A:hover{
	color:#444;
}