/* Main body */
body {
    background-color:   white;
    font-family:        Arial, Helvetica, sans-serif;
    font-size:          medium;
    font-style:         normal;
    text-align:         center;
    width:              640px;
}

img{
    border:             none;
}

/* div to cover the page */
#container { 
    background-color:   white;
    width:              640px;
}

#detail_banner {
    color:              #0060A9;
    font-size:          2em;
    padding-top:        10px;
    text-align:         center;
}



