@charset "UTF-8";
/* CSS Document */

body{ 

background-image:url(./bg_site.jpg);
background-repeat:repeat;
margin:0px;
color:#FFF;
font-family: Verdana, Geneva, sans-serif;
font-size:12px;

}

body a{ 
color:#FFF;
}

body a:hover{ 
color: #9F0;
}

#deepservices_header { width:100%;
height:45px;
padding-top:15px;
margin-left:auto;
margin-right:auto;
text-align:center;
background-color:#2b242e;
position:fixed;}

#deepservices_logo { 
width:175px;
margin-left:auto;
margin-right:auto;
margin-top:55px;}

#deepservices_content { 
width:960px;
height:auto;
margin-top:50px;
margin-left:auto;
margin-right:auto;
margin-bottom:100px;
text-align:left;
}

#deepservices_footer { 
width:100%;
height:45px;
padding-top:25px;
margin-left:auto;
margin-right:auto;
text-align:center;
background-color:#2b242e;
position: fixed;
bottom:0px;}