/* Flash Embeds */

html
{
	background: url("/games/SightsAndSounds/page-background.png");
    background-repeat: repeat;
}

.flash-embed
{
    margin: 24px auto 24px auto;
    border: 1px solid #fff;
    width: 800px;
    height: 480px;
}

.sights-sounds-title
{
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    margin-bottom: 24px;
    width: 800px;
    height: 214px;
    text-align: center;
    background: url("/games/SightsAndSounds/page-title.png") no-repeat;
    background-position: center;
}

.sights-sounds-bg
{
    position: absolute;
    width: 99%;
    top: 0px;
    bottom: 0px;
    text-align: center;
}

.sights-sounds-footer
{
    color: #000;
    margin-top: 48px;
    margin-bottom: 12px;
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.sights-sounds-footer a
{
    color: #111;
    text-decoration: none;
}

.sights-sounds-footer a:hover
{
    color: #222;
}