
/* 

------------------------------------------------------------------------------------------------------------------

  Craig A McKercher
  Portfolio
  (c) 2009

  Cascade Style Sheet (CSS)

------------------------------------------------------------------------------------------------------------------


  NoScript 1

  Disables Index Curtain Animation


*/


#f_side
{   
  position:fixed;
  z-index:3;
  top:-600px;
  left:0;
  height:640px;
  width:1250px;
  background:url(../images/Curtain1F.gif) 50% no-repeat;
}

#noscript
{
  position:fixed;
  z-index:2;
  top:65px;
  text-align:center;
  width:980px;
}

#warning
{
  font:8pt Arial;
  color:#ff9900;
  background:#000000;
  border:solid #aa0000 1px;
  width:550px;
  padding:10px;
}

