﻿body 
{
  margin:0;
  /*background-image: url('/assets/images/backgroundPattern.png');*/
  background-repeat: repeat;
  background-color:#fff;
}

#introBG
{
  height: 100%;  
  width: 100%;  
  background-color:#ffffff;
}

.patternBackground
{
  height:100%;
  width:100%;
  min-width:1000px;
  min-height:640px;
  position:absolute;
  top:0;
  left:0;
   background-image: url('/assets/images/backgroundPattern.png');
   background-color:#fff;
  background-repeat: repeat;
  /*visibility:hidden;*/
  display:none;
}

h2
{
  font-size: 10pt;
  color:#d3bc91;
  font-weight:bold;
}

#shellContainer
{
  margin:0;
  height:616px; 
  width:995px; 
  position:relative;
  background:url('/assets/images/shell-bg.jpg') no-repeat;
}

#noFlash
{
  position:relative;
  top: 60px;
  background-color:#1E1204;
  color:#999999;
  font-family: Verdana;
  font-size: 8pt;
  height: 300px;
  width: 444px;
  border: solid 1px #ffa03c;
  text-align:center;
  padding: 100px 100px 100px 100px
}








