a{	color:#ffffff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;}
	
a:visited { color: #ffffff; text-decoration: none }
a:hover   { color: #222222; text-decoration: none }
			
#img{
	position:absolute;
	width:20px;
}

body{
	margin:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0c7eae;
	text-align:justify;
	}
	
#container{
	width:100%;
	height:100%;
	background-image:url(imgs/back.jpg);
	background-repeat:repeat-x;
	background-position:center;
	position:absolute;
	top:0%;
	z-index: 1;
	background-color:#ffffff
}

#containing{
	background-position: center;
	clear:both;
	width:100%;
	height:100%;
	z-index:1;
}

#top{
	height:300px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-repeat:no-repeat;
	z-index:999;
	padding-left:0px;
}

#middle{
	height:300px;
	width:100%;
	position:absolute;
	bottom:40%;
	left:0%;
	z-index:999;
	padding-left:3px;
}

#input {
	height:300px;
	width:100%;
	position:absolute;
	bottom:25%;
	left:0px;
	z-index:999;
	padding-left:3px;
}

#statusReq{
	position:absolute;
	width:258px;
	height:38px;
	background-image:url(imgs/btn_enter.jpg);
	z-index:999;
	bottom:48%;
	background-color:#0E8FC4;
	left:39%;
	vertical-align:center;	
}

#feedback{
	height:300px;
	width:100%;
	position:absolute;
	bottom:25%;
	left:0px;
	z-index:999;
	padding-left:3px;
}

#clients{
	width:100%;
        left:0%;
	height:125px;
	clear:both;
	background-color:#fff;
	position:absolute;
	bottom:0px;
	z-index: 555;
}

#footer{
	position:absolute;
	margin-left:0%;
	bottom:0;
	width:100%;
	height:52px;
	background-position:bottom;
	z-index:999;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0e8fc4;
}
