#top {
	/*border: 3px solid #ff0;*/
}

/**
 * banners
 */
#top div#banners {
	/*border: 1px solid #0ff;*/
	height: 100px;
	overflow: hidden;
	position: relative;
	top: 0;
}
#top div#banners img {
	display: none;
	position: absolute;
	top: 0;
}
#top div#violet {
	background: #7a7ebd;
	font-size: 0.1em;
	height: 4px;
	position: absolute;
	top: 100px;
	width: 45%;
}
#top div#orange {
	background: #f58225;
	font-size: 0.1em;
	height: 4px;
	left: 45%;
	position: absolute;
	top: 100px;
	width: 32%;
}
#top div#green {
	background: #91aa00;
	float: right;
	font-size: 0.1em;
	height: 4px;
	top: 100px;
	width: 25%;
}
