#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#header {
	margin:5px;
}
#left { width: 500px; float: left; margin: 25px; display: inline; }
	#left img { float: left; margin: 5px 20px 2px 0; padding: 3px; max-width:450px; margin-left: auto; margin-right: auto; }
	#left form { padding-left: 45px; }
	#left label { float: left; display: block; clear: both; padding: 3px 0; color: #666; font-weight: normal; width: 150px; }
	#left .lcurrent { font-weight: bold; }
	#left label img { vertical-align: middle; }
	#left input.text, textarea, select { float: left; margin: 0 5px 10px 0; padding: 7px; width: 350px; border: 1px solid #ccc; }
	#left textarea { height: 200px; }
	#left select { width: 366px; }
	#left input.radio {  }
	#left input:focus { border-color:#aaa; }
	#left textarea:focus { border-color: #aaa; }	
	.error { font-size: 10px; color: #666; margin: 0 0 10px 150px; display: none; }
	#left .submit { border: 0; background: #000; color: #fff; padding: 5px; float: left; margin-left: 150px; }

#right { width: 250px; float: left; padding-left: 25px; margin-right: 25px; display: inline; background: url(rgba.php?r=0&g=0&b=0&a=60) repeat; color:#FFFFFF;}

#bottom {
	 float:center;
	 width:500px;
	 height:60px;
     text-align: left;
	 vertical-align:text-top;
     position: absolute;
     position: fixed;
	 vertical-align:top;
	 bottom: 0px; 
	 background: url(rgba.php?r=0&g=0&b=0&a=60) repeat;	 
/*   bottom: 0px;*/
	 color:#FFFFFF;
}	
.break { border-top: 1px solid #ccc; margin: 30px 0; display: block; }