body {
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#CCC;
}
#outer {
  	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	}
.leftPanel 
{
	width:250px;
	background-color:#09C;
	height: 100px;
	margin-left: -125px;  
	position: absolute;
	top: -50px;          
	left: 50%;
	padding-top:10px;
	border:2px solid #06F;
}
.left
{
	width:100px;
	float:left;
	padding-right:5px;
	color: #000;
}
#container
{
	margin:0 auto;
	height:auto;
	width: 300px;
}
.tleft
{
	width:200px;
	float:left;
	height:100px;
}
.tright
{
	width:100px;
	float:right;
	height:100px;
	
}
.tr
{
	clear:both;
	width: 300px;
	background-color:#666;
	border-style:solid;
	border-width:2px;
	border-color:#FFF;
}

a 
{ 
	color:#FFF;
	text-decoration : none;
}