@charset "utf-8";
/* CSS Document */

#definition {
	position:absolute;
	bottom:-7px;
	width:750px;
	/*color: #666;*/
	color: #FFF;
	font-family: sans-serif;
	font-size:0.8em;
	z-index:3;
}

#test  {
	position:absolute;
	top:300px;
	width:150px;
	height:150px;
	background:#966;
	color:#F60;
}

#test_2 {
	position:absolute;
	top:300px;
	width:300px;
	height:300px;
	background:#09F;
	left:200px;
}

#bar_bottom {
	position:absolute;
	top:125px;
	height:25px;
	background-color:#D1916D;
	width:760px;
}

