
.green{
	width:199px;
	height:44px;
	float:left;
	text-align:center;
	overflow:hidden;
	position:fixed;
	bottom:0;
	border-right:1px solid #ffffff;
	background-color: #100a04;
	
}

.yellow{
	width:199px;
	height:44px;
	float:left;
	text-align:center;
	overflow:hidden;
	position:fixed;
	bottom:0;
	margin:0 0 0 600px;
	border-right:1px solid #ffffff;
	background-color: #100a04;
}

.red{
	width:199px;
	height:44px;
	float:left;
	text-align:center;
	overflow:hidden;
	position:fixed;
	bottom:0;
	margin:0 0 0 800px;
	background-color: #100a04;
}
.green2{
	width:199px;
	height:44px;
	float:left;
	text-align:center;
	overflow:hidden;
	position:fixed;
	bottom:0;
	border-right:1px solid #ffffff;
	background-color: #100a04;
	margin:0 0 0 200px;
}
.green3{
	width:199px;
	height:44px;
	float:left;
	text-align:center;
	overflow:hidden;
	position:fixed;
	bottom:0;
	border-right:1px solid #ffffff;
	background-color: #100a04;
	margin:0 0 0 400px;
}

/*.subtext{
	padding-top:15px;
	}*/
/*#menu{ position:fixed; bottom:0;}*/
/*******************************
home page footer
********************************/

.green_home{
	width:249px;
	height:44px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;
	position:fixed;
	bottom:0;
	border-right:1px solid #ffffff;
	background-color: #100a04;
	margin:0 0 0 250px;
}

.yellow_home{
	width:249px;
	height:44px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;
	position:fixed;
	bottom:0;
	margin:0 0 0 500px;
	border-right:1px solid #ffffff;
	background-color: #100a04;
}

.red_home{
	width:249px;
	height:44px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;
	position:fixed;
	bottom:0;
	margin:0 0 0 750px;
	background-color: #100a04;
}

