*/

* {
	margin: 0;
	padding: 0;
 	font-family: sans-serif;
}

body {
	background: #ffffff url('khabg.jpg') repeat-x;
	width: 100%;
}

a { 
	text-decoration: none;
	color:#225b92; 
}

a:hover { 
  color: purple;
}


#leftwrapper {
	margin: 0 auto;
	width: 768px;
	float: left;
	position:relative;
	border-bottom: 1px solid #000;
}


#middlecontainer {
	margin: -4px 0 0 0;
	background: #ffffff url('charge-info.jpg') no-repeat;
	border: 1px solid blue;
 	font-family: sans-serif;
 }
 
#leftcontent {
	width: 240px;
	float: left;
	border: 1px solid red;

}