/* THAT SWAN CSS*/
/* Structure Design and CSS coding are copyrighted � Richard Swanson  */     
/* you may copy and re-use this CSS ... but, what are you really learning */   
/* Color Guide [ header #0D0904 ] [ body #0D0904 ] [ contentBox #0D0904 ] */
  
/* --------------------------------------------- General Rules -----------------------------------------------*/  
body {      
         	 padding: 0px;
			 margin:0px;
			
              width: 1024;
              height: 100%;
             /*height:110%;*/
             overflow: auto;
             
      	     background-color: #0D0904; 
             /*background-image:url(bg1.gif);*/
      	     font-family: verdana;
			 font-size: .8em;
 	   	 }  
a:link, a:visited, a:active {
			 text-decoration: none;
			 color: #0D0904;
			 }
a:hover {
		  	 background-color: #0D0904;
		  	 text-decoration: none;
		  	 color: #0D0904; 
		    }  																			                   

	   
#flashcontent{
                      position: absolute;
                      padding: 0px;
                      margin: 0px;
                      
					/*left:5px;
					top:5px;*/
                     
                     /*width: 100%;*/
                     width: 100%;
                     height: 100%;
                     /*height: 768px;*/
                     
                       }
/* ----------------------------------------------------- FIN -------------------------------------------------------------------*/  
			  
			                 
						
