@charset "UTF-8";
/* CSS Document */

body
{
 background-color:#000000;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position:center top;
 margin-top:0px;
}

#container
{
 margin-left:auto;
 margin-right:auto;
 width:1000px;
}

#navigation
{
 position:absolute;
 color:#ffffff;
 font-family:Georgia, Times New Roman, Times, serif;
 text-align:center;
 height:30px;
 width:1000px;
 vertical-align:middle;
 padding-top:8px;
 position:static;
}

#navTheFilm
{
background-image: url('/images/nav-TheFilm.gif');
}

#navTheFilm a
{
display: block;
width: 175px;
height: 24px;
background-repeat: no-repeat;
}

#navTheFilm a:hover
{
background-position: 0pt -24px;
}

#navTheFilm img
{
border:none;
}

#navFilmClips
{
background-image: url('/images/nav-FilmClips.gif');
}

#navFilmClips a
{
display: block;
width: 175px;
height: 24px;
background-repeat: no-repeat;
}

#navFilmClips a:hover
{
background-position: 0pt -24px;
}

#navFilmClips img
{
border:none;
}

#navSynopsis
{
background-image: url('/images/nav-Synopsis.gif');
}

#navSynopsis a
{
display: block;
width: 177px;
height: 24px;
background-repeat: no-repeat;
}

#navSynopsis a:hover
{
background-position: 0pt -24px;
}

#navSynopsis img
{
border:none;
}

#navCredits
{
background-image: url('/images/nav-Credits.gif');
}

#navCredits a
{
display: block;
width: 162px;
height: 24px;
background-repeat: no-repeat;
}

#navCredits a:hover
{
background-position: 0pt -24px;
}

#navCredits img
{
border:none;
}

#navInfo
{
background-image: url('/images/nav-Info.gif');
}

#navInfo a
{
display: block;
width: 141px;
height: 24px;
background-repeat: no-repeat;
}

#navInfo a:hover
{
background-position: 0pt -24px;
}

#navInfo img
{
border:none;
}

#navStills
{
background-image: url('/images/nav-Stills.gif');
}

#navStills a
{
display: block;
width: 149px;
height: 24px;
background-repeat: no-repeat;
}

#navStills a:hover
{
background-position: 0pt -24px;
}

#navStills img
{
border:none;
}

#navLatestNews
{
background-image: url('/images/nav-LatestNews.gif');
}

#navLatestNews a
{
display: block;
width: 196px;
height: 24px;
background-repeat: no-repeat;
}

#navLatestNews a:hover
{
background-position: 0pt -24px;
}

#navLatestNews img
{
border:none;
}

#contentMain
{
 position:relative;
 background-color:#ffffff;
 width:600px;
 height:100%;
 min-height:200px;
 font-family:Georgia, Times New Roman, Times, serif;
 font-size:12px;
 color:#000000;
}

#contentMain img
{
 margin-bottom:0px;
 margin-right:0px;
 border:1px #ffffff;
}

.contentTitle
{
 color:#555555;
 font-size:18px;
 font-weight:bold;
}

.contentSuperTitle
{
 font-size:24px;
 font-weight:bold;
 color:#000000;
}

.embrace
{
 position:relative;
 color:#ffffff;
 font-family:Georgia, Times New Roman, Times, serif;
 font-size:30px;
 font-weight:bold;
 height:40px;
 padding-top:20px;
 text-align:center;
}

#footer
{
text-align:center;
padding-bottom:22px;
}

.synopsisIMG
{
height:165px;
}

.creditsIMG
{
padding-bottom:17px;
}

.infoIMG
{
padding-bottom:17px;
}