body,html{
height:100%;
margin:0;
padding:0;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
background-color:#999;
}
#wrapper{
width:100%;
height:100%;
margin:0 auto -20px;
word-wrap: break-word;
border:1px;
border-color:black;
}
#contentcontainer{
float:left;
background-image:url('/static/img/bg.jpg');
background-repeat: no-repeat;
background-color:#000;
width:450px;
height:100%;
}
#heatmap{
height:100%;
}
#heatmapwrapper{
height:100%;
margin-left:450px;
}
#header{
width:400px;
height:100px;
background-image:url('/static/img/header.jpg');
padding-top:21px;
padding-left:50px;
}
#content{
//background-color:#666;
width:100%;
margin-top:20px;
margin:10px;
}
#footer{
background-color:#BABABA;
height:17px;
width:450px;
margin:0 auto;
clear:both;
font-size:12px;
color:#666;
text-align:center;
padding-top:3px;
position:absolute;
bottom:0;
}
h1{
color:#C20000;
margin-bottom:-5px;
//text-align:right;
margin-right:15px;
border-bottom:1px solid #C20000;
}
A:link{
color:#666;
}
A:visited{
color:#666;
}
A:active{
color:#666;
}
A:hover{
color:#444;
}