/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 30px;
}

#main {
	position: relative;
	z-index: 100;
}

#gray {
	background-color: #D6D6D6;
	position: absolute;
	left: 0;
	top: 140px;
	width: 50%;
	height: 180px;
	z-index: 0;
}

#black {
	background-color: #000000;
	position: absolute;
	left: 50%;
	top: 140px;
	width: 50%;
	height: 180px;
	z-index: 0;
}

#gray_fill {
	background-color: #D6D6D6;
}

#black_fill {
	background-color: #000000;
}

#green_fill {
	background-color: #BDD78E;
}

#gray_line {
	background-color: #A8AEA4;
}