img {
    border: medium none;
}
body {
    background-color: #FFFFFF;
    color: #3D70CC;
    font-family: verdana,arial,sans-serif;
    text-align: center;
}
#rotator {
    background-color: #CCCCCC;
    height: 400px;
    margin: 3em auto 1em;
    width: 900px;
}
#store_links {
    font-size: 15px;
    font-weight: 700;
    height: 100px;
    margin: 1em auto 0;
    width: 900px;
    z-index: 4;
}
#link-us {
    float: left;
    height: 20px;
    margin: 1.5em 6.4em 0 0;
    width: 276px;
}
#link-uk {
    float: left;
    height: 20px;
    margin: 1.5em 0 0 6.4em;
    width: 276px;
}
#logo {
    float: left;
    height: 100px;
    padding: 0;
    width: 155px;
}
#store_links a:link, #store_links a:active, #store_links a:visited {
    color: #D30000;
    text-decoration: none;
}
.copy {
    font-size: 11px;
    margin: 2em auto 0;
    width: 900px;
}

