/* Closing bell pop up window */
body {
    text-align:center;
    background-color: #CCCCCC;
}
.nyse {
    background-color: #FFFFFF;
}
#wrapper {
    margin: auto;
    margin-top: 15px;
    text-align: left;
    width: 320px;
    height: 300px;
}
#logo {
    float: left;
    margin-bottom: 20px;
}
#nyse {
    float: right;
}
.cleaner {clear: both;}