/*
 * The position style sheet for
 * locating and area sizing
 */

/* reset all styles across browsers */

*
{
  margin: 0;       /* specifying these explicitly brings */
  padding: 0;      /* IE in line with everyone else */
}

body
{
  font-family: Georgia,serif;
  text-align: center;     /* for IE6, central alignment of contained divs */
  background: #000 url("../images/main-bgnd.jpg") no-repeat top center;
  color: #fff;
}


div#container
{
  width: 1000px; /*1024px; */
  height: 768px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

div.content
{
  position: absolute;
  background-color: #fff;
  margin-top: 84px;
  width: 800px;
  margin-left: 103px; /*115px;*/
  padding-bottom: 20px;
}

div#contenthome
{
  background: transparent url("../images/Decoration.gif") no-repeat bottom center;
  padding-bottom: 60px;
  margin-top: 351px;
  margin-left: 203px; /*215px;*/
  width: 600px;
}

div#contentaboutus,
div#contentstage,
div#contentfeedback,
div#contentjackie,
div#contentshowing,
div#contentparty,
div#contentstage,
div#contentwardrobe
{
  display: none;
}

div.wardrobe
{
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff url("../images/wardrobe/frame.jpg") no-repeat top center;
}

div#wardrobe2, div#wardrobe3, div#wardrobe4, div#wardrobe5, div#wardrobe6, div#wardrobe7, div#wardrobe8
{
  display: none;
}

