html, body		{
			background-color: 	#171b20;
  			margin:             	0;
  			padding:            	0;
  			height:             	100%;
			font-size: 		12px;
			font-family: 		Arial, Helvetica, sans-serif;
  			color:              	#444444;
  			line-height:        	17px;
			}

			
.wrapper		{
  			width: 			990px;
			background-color: 	#ffffff;
  			left:			50%;
  			margin-left:		-496px;
  			position: 		relative;
  			min-height: 		100%;
  			height: 		auto !important;
  			height: 		100%;

  			
			}




a, a:visited			{
			text-decoration: 	none;
			color: 			#505050;
			}
			
a:hover			{
			text-decoration: 	underline;
			color: 			#505050;
			}			


.footer 		{
  			width: 		   	100%;


  			position:		absolute;
  			bottom:			0 !important;
  			bottom:			-1px;
  			height:			20px;
  			text-align:		center;

			}

.content   		{
  			padding-bottom: 	20px;
  			
			}

.clean			{
			clear: both;
			}			


.banner			{
			display: 		block;
			width: 			985px;
			height: 		115px;
			padding-top: 		5px;
			padding-left:		5px;
			}	