*{
    border: 0;
}
#main_content {
    position: relative;
    width: 100%;
    height: 560px;
    background-color: #1594e5;
  
    padding-top: 20px;
   
}

#main_content_title {

    background-image: url(/images/home/dont-get-caught-out-use-browzar.png);
    width: 632px;
    height: 50px;
    left: 50%;
    margin-left: -316px;
    position: relative;
    margin-top: 30px;
}

#main_content_slogan {
    background-image: url(/images/home/your-small-disposable-web-browzar.png);
    width: 344px;
    height: 23px;
    position: relative;
    left: 50%;
    margin-left: -167px;
    margin-top: 10px;
}

#article_container {
    position: relative;
    width: 955px;
    height: 311px;
    left: 50%;
    margin-left: -472.5px;
    margin-top: 10px;
}

#easy_to_use {
    width: 307px;
    height: 311px;
    float: left;
    background: #1594e5;
}

#easy_to_use_icon {
    background-image: url(/images/home/easy-to-use-icon-off.png);
    width:  68px;
    height: 66px;
    position: relative;
    left: 50%;
    margin-left: -34px;
    margin-top: 20px;
    display: block;
}

#easy_to_use.active  {
    background: url(/images/home/easy-to-use-under-panel.png); 
}

#easy_to_use.active .inside {
    background: url(/images/home/easy-to-use-icon-on.png); 
}

#total_browse_privacy {
    width: 321px;
    height: 311px;
    float: left;
    background: #1594e5;
    margin-left: 10px;
}

#total_browse_privacy_icon {
    background-image: url(/images/home/total-browse-privacy-icon-off.png);
    width:  84px;
    height: 55px;
    position: relative;
    left: 50%;
    margin-left: -44px;
    margin-top: 31px;  
    display: block;
}

#total_browse_privacy.active {
    background-image: url(/images/home/total-browse-privacy-under-panel.png);
}

#total_browse_privacy.active .inside {
    background-image: url(/images/home/total-browse-privacy-icon-on.png);
}

#use_it_anywhere {
    width: 307px;
    height: 311px;
    float: left;
    margin-left: 10px;
    background: #1594e5;
}

#use_it_anywhere_icon {
    background-image: url(/images/home/use-it-anywhere-icon-off.png);
    width:  37px;
    height: 82px;
    position: relative;
    left: 50%;
    margin-left: -18.5px;
    margin-top: 5px;
    display: block;
}

#use_it_anywhere.active {
    background-image: url(/images/home/use-it-anywhere-under-panel.png);
}

#use_it_anywhere.active .inside {
    background-image: url(/images/home/use-it-anywhere-icon-on.png);
}

#easy_to_use_text {
    position: relative;
    left: 50%;
    margin-left: -77px;
    margin-top: 10px;
}

#total_browse_privacy_text {
    position: relative;
    left: 50%;
    margin-left: -150px;
    margin-top: 10px;
}

#use_it_anywhere_text {
    position: relative;
    left: 50%;
    margin-left: -114px;
    margin-top: 10px;
}

#read_stories {
    background: url(/images/read-embarrassing-stories-heading.png);
    display: block;
    position: relative;
    height: 17px;
    width: 452px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.home_bullets  {
    list-style-image: url(/images/home/sub-heading-bullet.png);
    margin-left: 70px;
    width: 220px;
    color: #b3e2ff;
    margin-top: 8px;
    font-family: verdana;
    font-size: 14px;
}

/* custom download button on home page */

#download {
  
    position: relative;
    border: 0;
    left: 50%;
    margin-left: -245px;
    margin-top: 20px;
   }

#download_text {
    text-align: center;
    color: White;
    font-family: verdana;
    font-size: 12px;
}