main {
    background: #ffffff;
}
body {
    background: #ffffff;
background-image:none;
} 
footer {
    background: #ffffff;
}
header {
    background: #ffffff;
}  
p.ex1 {
    font: 12px arial, sans-serif;
}
div.relative {
    position: relative;
    width: 400px;
    height: 100px;
    border: 0px;
}

div.absolute {
    position: absolute;
    left: 80px;
    width: 600px;
    height: 100px;
    border: 0px;
}
#logo{
background:url(https://secure.activecarrot.com/media/dynamic/static_images/996/EHLC_Logo.png); !important
background-repeat: no-repeat;
  width: 325px;
  height: 120px;
background-size: contain;
}
#admin_wrapper{
background-image:none;!important
}