html {
height: 100%;
}
main {
    background: #ffffff;
}
body {
    background: #ffffff;
background-image:url(https://secure.activecarrot.com/media/dynamic/static_images/994/jo1.jpeg);
background-size: cover;

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

div.absolute {
    position: absolute;
    left: 80px;
    width: 200px;
    height: 120px;
    border: 0px;
}
#logo{
background:url(https://secure.activecarrot.com/media/dynamic/static_images/994/logo%20for%20active%20carrot%20129129.png) !important;
background-size: contain !important;
background-repeat: no-repeat !important;
}
#admin_wrapper{
background-image:none;!important
}