﻿#page{
    text-align:center;
}
img#homePageMock{
    margin:5px auto;
}

#homePage_banner {
    border-color:#C2C2C2;
    border-style:none solid solid;
    border-width:medium 1px 1px;
    padding:15px 0;
    text-align:center;
    width:100%;
}
#homePage_banner img {
        -moz-border-radius-bottomleft:2px;
        -moz-border-radius-bottomright:4px;
        -moz-border-radius-topleft:4px;
        -moz-border-radius-topright:2px;
        
        -webkit-border-bottom-left-radius: 2px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 2px;
        
    border:1px solid #C2C2C2;
    padding:7px;
}


