html, body, h1, li,h2, h3, h4 {
margin: 0;
padding: 0;
list-style: none;
}
img {
border: 0;
}
a {
color: #3D5ABB;
}
a:hover {
color: red;
}
.clear {
clear: both;
}



body {
	background: #797979;
	text-align: center;
	color: white;
	height:427px;
	font: 11px verdana, sans-serif;
}

#wrapper {
	text-align: left;	
	width: 890px;
	height:680px;
	margin: 0px auto;
	position: relative;
	background: #D54600;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;	
}



#servicebut {
	width: 200px;
	height:35px;
	left:720px;
	top:62px;
	position: absolute;		
}

#content1 {
	width: 600px;
	height:350px;
	left:20px;
	top:150px;
	background: url(images/mailback.png)  no-repeat ;
	position: absolute;		
}

#service {
	width: 250px;
	height:350px;
	left:625px;
	top:152px;
	background: url(images/compinfo.png)  no-repeat ;
	position: absolute;		
}

#content11 {
	width: 80px;
	height:90px;
	left:370px;
	top:60px;
	position: absolute;		
}




#feature {
	width: 850px;
	height:110px;
	left:23px;
	top:504px;
	background: url(images/mmailmsg.png)  no-repeat ;
	position: absolute;		
}


#content21 {
	width: 830px;
	height:90px;
	left:15px;
	top:15px;
	position: absolute;		
}


#bottom{
	position:absolute;
	width: 890px;
	height:60px;
	top:620px;
	left:0px;
	text-align: center;
	background: #1F1E23 ;
}



