* {
    font-family: Arial, Helvetica, sans-serif;;
    font-size: 11px;
    margin: 0;
    padding: 0;
    border: none;
}
*:focus {
    outline: none;
}
a, a:visited {
    color: #cccbca;
    text-decoration: none;
}
a:hover {
    color: #000;
}
body {
    background: #ffc067 url(../img/bgd.jpg) repeat-x;
}
#wrapper {
    position: relative;
    width: 977px;
    margin: 0 auto;
}
#fla_wrapper {
    margin: 0 auto;
}
#flash {
    position: relative;
    margin: 0 auto;
    width: 977px;
    height: 768px;
    background: #fffdfb url(../img/bgd_nonfla_big.jpg) 0 72px repeat-x;
}
#flash p {
    position: absolute;
    top: 304px;
    left: 0;
    width: 262px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0 0 0 356px;
}
#flash a, #flash a:visited {
    font-size: 14px;
    font-weight: bold;
    color: #f60;
}
#flash a:hover {
    color: #000;
}
