/* Scalable background for About.html */

#bg-left { position: absolute;
		   top: 0;
		   left: 0;
		   width: 50%;
		   height: 570px;
		   float: left;
		   background: url(../images/portfolio_repeat.jpg) repeat-x;
		   z-index: -2;
		 }
		 
#bg-right { position: absolute;
		    top: 0;
			left: 50%;
			width: 50%;
			height: 570px;
	 		float: right;
		    background: url(../images/portfolio_repeat.jpg) repeat-x;
		    z-index: -2;
		  }
		   
#leftBlend { width: 50px;
			 height: 570px; 
			 float: left;
		     background: url(../images/portfolio_repeat.jpg) repeat-x;
			 }

#rightBlend { width: 50px;
			  height: 570px; 
			  float: left;
		      background: url(../images/portfolio_repeat.jpg) repeat-x;
			  }
			  
#flashPortfolio { width: 100%;
		 		  height: 200px;
		 		  background-color: #333;
			   }
			   
#portfolio ul { width: 890px; margin: 0; padding: 0; position: relative;}

#portfolio ul li { width: 180px;
				   padding: 15px;
				   float: left;
				   display: inline;
				   }
				   
a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color:white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}
