/* CSS Document */

  table { border-width: 0pt;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-top: 0px;
    position: absolute;
    margin-left: 0px;
    padding-left: 0px;
    top: 0px;
    left: 0px;
  }
  
  #alert {
    position: absolute;
    top: auto;
    left: auto;
    width: auto;
    height: 40px;
    max-height: 40px;
    color:#ffcc00;
    font-size: 14px;
    font-weight: 200;
  }
  
  #copyright {
    position: absolute;
    top: auto;
    left: 250px;
    width: 400px;
    height: 40px;
    max-height: 40px;
    color:#ffcc00;
    font-size: 12px;
    font-weight: 100;
  }
    
  #movie {
    position: absolute;
    top: 350px;
    left: 500px;
  }

  #logo { border-width: 0px;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    width: 292px;
    height: 80px;
    position: absolute;
    }

  #tileArtLogo { border-width: 0px;
    top: 2px;
    left: 300px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    width: 232px;
    height: 80px;
    position: absolute;
    }

  #topLeft { border-width: 0px;
    top: 80px;
    left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    width: 175px;
    height: 80px;
    position: absolute;
    }

 .vFrame { border-width: 0px;
    top: 100px;
    left: 175px;
    min-width: 600px;
    min-height: 500px;
    position: absolute;
 }
 
 #topRight { border-width: 0px;
	top: 80px;
	left: 175px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	height: 20px;
	width: 100%;
	position: absolute;
	background-image: url(../images/layout/cTopFrame_Rep_Short.jpg);
	background-repeat: repeat-x;
 }
 
 #bottomLeft {
	border-width: 0px;
	top: 160px;
	left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	width: 175px;
	height: 100%;
	position: absolute;
	background-image: url(../images/layout/nFrame_Rep.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
 }
