/* CSS Document */
/* webdevelopment and webdesign by www.SanderD.nl */

body, html 
{

	background: #252525 url(../images/bgPortfolio.jpg) no-repeat top center;
	text-align: center;
	font-family: Arial;
	overflow: hidden;

}

img, div
{ 

	behavior: url(../PNG/iepngfix.htc); 
	
}

#portfFooter 
{

	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
	color: #b9b9b9;
	font-size: 10px;

}

#portfFooter a
{

	font-weight: bold;
	text-decoration: none;
	color: #b9b9b9;

}

#portfFooter a:hover
{

	text-decoration: underline;

}

#portfStartDiv
{

	float: right; 
	width: 30%; 
	text-align: right;

}

#portfStartDiv a
{

	color: #Cb5C2A;

}