    html 
	 {
        height: 100%;
    }
    
    body 
    {
	    height: 100%;
	  	 margin: 0;
	  	 padding: 0;
		 background-color: #000;
	 }	
	 
	 #flashcontent
	 {
        height: 0px;
	 }
	 
	 #Footer
	 {
        height: 39px;
        background-color: #000;
        overflow: hidden;
	 }
	
    #FooterSpacer
    {
		  height: 39px;
		  width: 0px;
        float: left;
	 }
	 
    #FooterContent
	{
		height: 39px;
		width: 0px;
		float: left;
	}
	
	#FooterContent p.Links
	{
    	text-align: left;
    	padding: 5px;
    	margin: 0px;
    	color: #a2a3a3;
    	font: normal 9px/11px Tahoma,Arial,sans-serif;
	}
	
	#FooterContent p.Links a
	{
	 	font: bold 9px/11px Tahoma,Arial,sans-serif;
	 	text-decoration: none;
    	color: #a2a3a3;
	}

	#FooterContent p.Links a:hover
	{
    	color: #fff;
	}
	
	#FooterContent p.Logo
	{
    	background: url('../img/webactive.png') no-repeat 0px 2px;
	    font: normal 9px/11px Tahoma, Arial, sans-serif;
	    color: #a2a3a3;
	    margin-top: 0px;
    	margin-left: 5px;
    	padding-left: 19px;
	}

	#FooterContent p.Logo a
	{
	    font: normal 9px/11px Tahoma, Arial, sans-serif;
	    text-decoration: none;
	    color: #a2a3a3;
	    font-weight: normal;
	}

	#FooterContent p.Logo a:hover
	{
	    color: #fff;
	}


	 
    #FooterTits
	{
		height: 39px;
		width: 150px;
		float: left;
	}
	
	#FooterTit1
	{
		width: 32px;
		height: 17px;
		float: left;
	}
	
	#FooterTit2
	{
		width: 27px;
		height: 17px;
		float: left;
		background-color: #000;
	}

	#FooterTit3
	{
		width: 32px;
		height: 17px;
		float: left;
	}

	#FooterTit4
	{
		width: 27px;
		height: 17px;
		float: left;
		background-color: #000;
	}
	
	#FooterTit5
	{
		width: 32px;
		height: 17px;
		float: left;
	}
	
	#FooterTit6
	{
	    width: 150px;
	    height: 22px;
	    float: left;
	    background-color: #000;
	}
