#outbox {
	z-index:1000;
	position:absolute;
/*	background-color:transparent;*/
	top:0px;
	left:0px;
	margin:0px auto;
	border:1px solid #00ff00;
	width:100%;
	height:100%;
}
#inbox {
	position:relative;
/*	background-color:transparent;*/
	margin:0px auto;
	border:1px solid #0000ff;
	width:950px;
}
#floatbox {
	position:absolute;
	background-color:transparent;
	top:180px;
	margin:0px auto;
	border:1px solid #ff0000;
	width:100%;
	vertical-align:middle;
}
#floater {
	position:absolute;
	/*
	to ensure beauty in ie7 floater.left should be:
	#inbox.width - #floater.width
	otherwise there's an ugly spark at the document.ready
	*/

	left:715px;

/*	border:1px solid #ff0000;*/
	width:225px;
/*	background-color: #aaa;*/
/*	color:#000;*/
}
