body       {
	     background-color: #FFFFFF;
		 background-image: url(images/wallpaper.jpg); 
		 background-repeat:no-repeat; 
		 background-attachment:fixed;
		 font-family: Comic Sans MS, Arial, Verdana, Sans-serif; 
		 font-size: 15px; color: #000000;
           }
	 
p          {
	     font-family: Comic Sans MS, Arial, Verdana, Sans-serif; 
		 font-size: 15px; color: #000000;
           }
		 
		 
#sunlayer  {
	     position:fixed;
	     left:0px;
	     top:auto;
	     width:556px;
	     height:358px;
	     z-index:5;
	     bottom: 0px;
           }
#alien {
	     position:fixed;
	     width:185px;
	     height:280px;
	     z-index:5;
	     bottom: 0px;
		 right:0px
           }
#monkey {
	     position:fixed;
	     width:185px;
	     height:280px;
	     z-index:5;
	     bottom: 0px;
		 left:0px
           }	  
#Pencil {
	     position:fixed;
	     width:600px;
	     height:310px;
	     z-index:5;
	     bottom: 0px;
		 right:0px;
           }	   
#burp {
	     position:fixed;
	     width:475px;
	     height:350px;
	     z-index:5;
	     bottom: 0px;
		 right:0px;
           }	   		   
		   
table      {
             background-color:#FFFFFF;
             font-family: Comic Sans MS, Arial, Verdana, Sans-serif; 
			 font-size: 15px; color: #000000;
        
	       }
h1         { word-spacing:25px;
             text-align:center;
             background-color:#000000;
             font-family: Comic Sans MS, Arial, Verdana, Sans-serif; 
             font-size: 17px; 
             color: #FFFFFF; 
             font-weight: bold;
             line-height: 200%;
			 }
.titles         { 
             font-family: Comic Sans MS, Arial, Verdana, Sans-serif; 
             font-size: 15px; 
             color: #3366CC; 
             font-weight: bold;
			 }			 
			 
.intro       {
	     font-family: Comic Sans MS, Arial, Verdana, Sans-serif; 
		 font-size: 10px; color: #000000;
             }
.copy       {
	     font-family: Comic Sans MS, Arial, Verdana, Sans-serif; 
		 font-size: 10px; color: #333399;
				 
              }
.tiny       {
	     font-family: Comic Sans MS, Arial, Verdana, Sans-serif; 
		 font-size: 4px; color: #000000;
				 
              }
#wrapper      {
             width: 700px;	
			 margin-left:auto;
			 margin-right:auto;
			 }	  			 
			 
a.h1:link {color: #FFFFFF;}
a.h1:visited {color: #CCCCFF;}
a.h1:active {color: #CCCCCF;}
a.h1:hover {color: #FFCC33;}
             
a:link {color: #000000;}
a:visited {color: #666699;}
a:active {color: #CCCCCF;}
a:hover {color: #FFCC33;}             
    