/* CSS Document */
/*old bg color : 989898 #1a1a1a*/
Body { background-color:#1a1a1a;
		top:0;
		left:0;
		margin:0}
Body * { border:solid 0px grey;
		 font-family:verdana, Helvetica, sans-serif;
		 font-size:8pt;
		 
		 
		 }
		 
a 	{	color: #000000;
		text-decoration:none;}
		
#bgwrapper {	width:100%;
				height:100%; 
				text-align:center; 
				border:solid 0px red;
				}
	   
#headerTop {	width:950px; 
				height:250px; 
				z-index:-10; 
				margin:auto; 
				background-color:white; 
				border:solid 0px yellow; 
				text-align:center;
				}
				
#headerMenu {	width:950px; 
				height:30px; 
				margin:auto; 
				background-color:#1a1a1a; 
				border:solid 0px yellow; 
				text-align:center;
				}
				
#content { 	width:950px; 
			/*min-height:50%;*/
			margin:auto; 
			z-index:10; 
			border:solid 0px blue; 
			background-color:#666666;
			position: relative;
			}
			
#MainWrapper { height:370px}

#MainContent {	width:710px; 
				height:350px; 
				border:solid 0px red; 
				margin:5px;
				position:relative; 
				float:left;
			  }		
			  	
#mainContentSidebar	{	width:200px;						
						margin:5px;
						position:relative;
						float:right;
						/*right:-5px;*/
					}			
					
					  
#footer { 	width:950px;
			margin:auto;
			background-color:#666666;
			border:solid 0px pink; 
			text-align:center;
			/*position:absolute;
			bottom:0px;*/
			clear:both;
			}		
			
.imgLink {margin-bottom:5px;}	
.alphapng
{
	behavior: url(ietransp.htc);
}