
div.header    {
	     	left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
		margin-top: 5px;
		right: 0;
		width: auto;
		height: 215px; /*Height of top frame div*/
		overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
		background-color: #f4f4f4;
		color: white;

	
	      }


 

div.center {
	padding: 0px 0px 0px 0px;
	margin-left: 10px;
        margin-right: 10px;
	
}

* html div.center {
	margin-left: auto;
	margin-right: auto;
	float: left;
}


