@charset "UTF-8";
/* CSS Document */

* { margin:0; padding:0; }
#imgId {
width:100%;
max-width:1600px;
max-height:1067px;
height:auto;
}

.nav			{font-family:Arial, Helvetica, sans-serif; 
				margin-top:20px;
				margin-left:20px; 
				font-size:18px; 
				line-height:18px;
				text-decoration:none;
				letter-spacing:-1.5px}
			
a:link		{color:#999999}
a:visited	{color:#999999}
a:hover		{color:#FFFFFF}

a:link.bodytxt		{color:#666666}
a:visited.bodytxt	{color:#666666}
a:hover.bodytxt		{color:#999999}



			
/* Ambience */
		
.introtxt		{font-family:Verdana,Helvetica, sans-serif;
				font-size:16px;
				color: #336666;letter-spacing:-1px; margin-left:20px; margin-right:20px; margin-top:20px;}


.bodytxt		{font-family:Verdana,Helvetica, sans-serif;
				font-size:11px; line-height:13px;
				color: #666666;letter-spacing:0px; margin-left:0px; margin-right:0px; margin-top:0px;}
				
				
.formtxt		{font-family:Verdana,Helvetica, sans-serif;
				font-size:10px;
				color: #FFFFFF;letter-spacing:0px; margin-left:0px; margin-right:20px; margin-top:0px;}
				
				
				
				
/*give the body height:100% so that its child
    elements can have percentage heights*/
  body{ height:100% }

  /*this is what we want the div to look like*/
  div.fullscreen{
    display:block;

    /*set the div in the top-left corner of the screen*/
    position:absolute;
    top:0;
    left:0;
    
    /*set the width and height to 100% of the screen*/
    width:100%;
    height:100%;
  }

