body{
background:#EEE;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
a{
text-decoration:none;
}
#main{
width:800px;
height:auto;
margin:0 auto;
}


/* 
Header
*/

#header{
width:800px;
height:150px;
background:#CCC;
}

#header-links{
height:auto;
width:auto;
margin:auto;
padding:15px 5px 15px 5px;
}
.header-links{
text-decoration:none;
padding:5px 5px 0px 5px;
color:#ffffff;

}
.header-links:hover{
color:#FFFFFF;

}
/*
Left
*/

#left{
width:600px;
height:auto;
float:left;
background:url('left-bg.gif') repeat-y;
}
#free-service{
width:600px;
height:200px;
background:url('free-services.gif') no-repeat;
margin-left:0px; margin-right:0px; margin-top:6px; margin-bottom:0px
}
#services-list{
width:300px;
float:left;
margin-top:10px;
padding:0px;
}
ul{
margin:0px;
margin-left:50px;
padding:0px;
color:#FFF;
}
li{
margin:0px;
padding:0px;
}

/*
Right
*/

#right{
width:200px;
height:206px;
float:right;
background:#D70A70;
}
#registration{
width:200px;
height:206px;
}
#registration a{
display:block;
height:40px;
margin-left:30px;
}
#registration h6{
visibility:hidden;
}
.reg-domain{
background:url('email-service-button.JPG') no-repeat;
margin-top:53px
}
.reg-hosting{
background:url('hosting-button.gif') no-repeat;
margin-top:10px
}
.reg-domain:hover{
background:url('email-service-button-h.JPG') no-repeat;
}
.reg-hosting:hover{
background:url('hosting-button-h.gif') no-repeat;
}

/*
Footer
*/

#footer{
width:800px;
height:auto;
clear:both;
background:#99cc00 url('footer-bg.gif') no-repeat bottom;
text-align:center
}
#footer-links{
height:auto;
width:auto;
margin:auto;
padding:15px 5px 15px 5px;
}
.footer-links{
text-decoration:none;
padding:5px 5px 0px 5px;
color:#0099FF;
}
.footer-links:hover{
color:#FFFFFF;
border-bottom:1px solid #FFF;
}
#copy-right{
height:50px;
width:800px;
text-align:center;
}
#copy-right p{
padding-top:10px;
margin:0px;
font-size:14px;
font-weight:lighter;
}
#copy-right a:hover{
color:#FFFFFF;
}