body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: arial, verdana;
	letter-spacing: 1px;
	color: #333;
}
a {
	color: #336699;
	text-decoration: none;
}
a.home, a.home2, a.home3 {
	color: #000;
}
a.home:hover {
	color: #ccc;
}
a.home2:hover {
	color: #eee;
}
a.home3:hover {
	color: #ddd;
}
#background{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.whatwedo{
	background-color: #e1ba75;
}
.whoweare{
	background-color: #fab083;
}
.howwework{
	background-color: #ef7d71;
}
#container{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	overflow: auto;
}
#central_content{
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 100px 0 100px -325px;
	padding-bottom: 50px;
	width: 650px;
	z-index: 1;
	text-align: justify;
	line-height: 18px;
	font-size: 12px;
}
#central_content p{
	margin: 0 0 20px 0;
	padding: 0
}
#central_content .im{
	float: left;
}
#central_content ul{
	list-style-type: circle;
}
#whoweare{
	position: absolute;
	top: 18%;
	left: 15%;
	z-index: 2;
	font-size: 16px;
	font-style: italic;
	height: 15px;
	width: 128px;
}
#whatwedo{
	position: absolute;
	top: 70%;
	left: 30%;
	z-index: 2;
	font-size: 14px;
	height: 15px;
	width: 128px;
}
#howwework{
	position: absolute;
	top: 50%;
	left: 78%;
	z-index: 2;
	font-size: 14px;
	height: 16px;
	width: 128px;
}
#logo{
	position: absolute;
	top: 0px;
	left: 55%;
	height: 60px;
	width: 230px;
	z-index: 2;
}
