/* Json generating graph*/
.graph-content {   
	width: 770px;   
	min-height: 500px;   
	border-width: 0;   
	border-color: red;  
	float:left; 
}   
.var-sidebar {   
	width: 200px;   
	min-height: 250px;   
	float:left;
}  

#container {
	height: 400px;
	text-align: center;
}

.clear {
	clear:both;
}

/**************************************************************************************************/
.banner {
	width:1000px; 
	height:200px; 
	background:url(../img/banner.png) 0 0 no-repeat #fff; 
	color:#828282; 
	position:relative; 
	margin: 20px auto;
}

