﻿/* Defines styles for page, region and blocks */
body
{
  padding: 0;
}
#Regions
{
  margin: 0px auto;
  width: 920px;
}

/*
======================
HeaderRegion
======================
*/
#HeaderRegion
{
  height: 111px;
}
#HeaderRegion #HeaderBlock
{
  height: 88px;
}

#HeaderRegion #NavigationBlock
{
  height: 23px;
}

/*
======================
BodyRegion
======================
*/
#BodyRegion
{
 /*float: left;*/
 background-image: url(~/media/System/contentbg.ashx);
}
.FilmNavigationBlockWidth
{
  width: 920px;
}
.ContentBlockWidth
{
  width: 510px;
}
.SpotsBlockWidth
{
  width: 205px;
}
.FilmStripWidth
{
  width: 205px;
}

/*
======================
FooterRegion
======================
*/
#FooterRegion
{
  height: 50px;
}