html,body { 
  width:100%; 
  height:100%; 
  margin:0px; 
  padding:0px; 
} 
#content { 
  height:100%; 
  width:100%; 
  background-color:#ccc; 
} 
#left { 
  float:left; 
  height:100%; 
  width:40%; 
  background-color:#fff; 
} 
#right { 
  float:right; 
  height:100%; 
  width:40%; 
  background-color:#000; 
  color:#fff; 
} 
</style> 
<style type="text/css">
<!--
body {
	background-color: #A93838;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
.style6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }
.style7 {color: #F4EADF}
a:link, a:visited
	{
		color:#000000;
		text-decoration:none;
	}
	a:hover
	{
		color:#CC333A;
		text-decoration:none;
	}
	.menu { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-size: 11px; color:#ffffff;}
	.menu A:link { color: #ffffff; text-decoration: none; }
	.menu A:visited { color: #ffffff; text-decoration: none; }
	.menu A:hover { color: #ffffff; text-decoration: underline;}
	.menu A:active { color: #ffffff; }