html 
{
    height: 100%;
}

body 
{
    margin: 0;
    padding: 0;
    background-color: #000; 
}

#flashcontent 
{
    background-color: #000;
}

.parentalGuidance, .parentalGuidance a:link,.parentalGuidance a:visited
{
    text-align:center;
    font-family:arial,helvetica,sans-serif;
    color:#ffffff;
    font-size:11px;
}

.mainFlashContainer {
	height:730px;
}




.clear {
    clear: both;
}

.boxes {
    width:996px;
    margin:auto;
}

.box {
    width:231px;
    height:143px;
    background-image:url("../assets/images/box.png");
    margin:0px 3px;
    padding:24px 0px 0px 12px;
    position:relative;
    float:left;
}

.box .playNow {
    position:absolute;
    width:119px;
    height:24px;
    bottom:18px;
    left:59px;
    background-image:url("../assets/images/playNow.png");
    cursor:pointer;
}

.box .watchNow {
    position:absolute;
    width:141px;
    height:24px;
    bottom:18px;
    left:50px;
    background-image:url("../assets/images/watchNow.jpg");
    cursor:pointer;

}

.staticLink {
    width:996px;
    margin:50px auto 0px;
    text-align: center;
}

.staticLink a:link,
.staticLink a:visited {
    color:#ffffff;
    font-size: 18px;
    font-family: Verdana;
}

.logos {
    width:996px;
    margin:60px auto 0px;
    text-align: center;
}

.credits {
    width:996px;
    margin:80px auto 0px;
    text-align: center;
}

.footerLinks {
    margin-top:70px;
}

.related{
    width:384px;
    margin:0px auto;
    text-align: center;
}

.related .item {
    float:left;
    margin:0px 4px;
    color:#ffffff;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana;
    width:120px;
    text-align: center;
}
.related img {
    border:0px;
}