body{
background-image: url(/ci/Images/hc/medical-web-design-bg.jpg);
background-repeat: repeat-x;
background-color:#001D57;
}

div#med-web-wrapper{
width:900px;
margin: 0 auto;
}


#top-nav{
position: relative;
float: right;
width: 900px;
height: 35px;

} 

#med-web-hdr{
position: relative;
float: left;
width: 850px;
background-image: url(/ci/Images/hc/medical-web-design-hdr.jpg);
background-repeat: no-repeat;
background-color: #ffffff;
padding: 10px 25px;
} 

div#main-content{
position: relative;
float: left;
width: 850px;
background-color: #fff;
padding: 0 25px;
} 

#med-web-ftr{
position: relative;
float: left;
width:900px;
padding: 50px 0 25px 0;
background-image: url(/ci/Images/hc/medical-web-design-ftr.jpg);
background-repeat: no-repeat;
} 

