/* Flash Embeds */

html
{
	background: url("/games/NinjaCat/page-background.png");
    background-repeat: repeat;
}

.flash-embed
{
    margin: 24px auto 24px auto;
    border: 1px solid #dbf33d;
    width: 640px;
    height: 480px;
}

.ninja-cat-title
{
    color: #fff;
    margin-top: 48px;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
}

.ninja-cat-bg
{
    position: absolute;
    width: 99%;
    top: 0px;
    bottom: 0px;
    text-align: center;
}

.ninja-cat-footer
{
    color: #fff;
    margin-top: 48px;
    margin-bottom: 12px;
    font-size: 2em;
    text-align: center;
}

.ninja-cat-footer a
{
    color: #e5e696;
    text-decoration: none;
}

.ninja-cat-footer a:hover
{
    color: #fff;
}