#home .apps{
    float:left;
    width:50%;
    margin: 40px 0px 70px;
    right: 0;
    top: 0;
    position: absolute;
}

#home .apps >div{
    background: url(/images/apps.png) no-repeat center center;
    text-align:center;
    width:375px;
    height:277px;
    margin:0 auto;
    right: 0;
    top: 0;
}

#home .apps h3{
    padding-top: 115px;
    font-size: 2.2em;
    color: #282828;
    font-weight: normal;
}
#home .apps h4{
    color: #828282;
    font-size: 1.6em;
    font-weight: normal;
}

#home .apps a{
    transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -webkit-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    width:49.5%;
    height:49px;
    display:inline-block;
}
#home .apps .links{
    margin-top:40px;
    width:370px;
}
#home .apps a.android{
    background: url(/images/android_ok.png) no-repeat center center;
}	
#home .apps a.android:hover{
    background: url(/images/android_off.png) no-repeat center center;
}
#home .apps a.apple{
    background: url(/images/apple_ok.png) no-repeat center center;
}	
#home .apps a.apple:hover{
    background: url(/images/apple_off.png) no-repeat center center;
}
#home .center{
    width:100%;
    clear:both;
}
#wiz_bottom_section {
    position: relative;
    left: 0;
    top: 0;
    width: 277px;
    height: 372px;
}