/* CSS Document */
/* webdevelopment and webdesign by www.SanderD.nl */

body, html 
{

	background: #403F3D url(../templates/Sandra/images/bg.jpg) repeat-x top;
	text-align: center;
	font-family: Arial;
	overflow: hidden;
	margin: 0;
	padding: 0;

}

img, div
{ 

	behavior: url(../PNG/iepngfix.htc); 
	
}

a
{

	text-decoration: underline;
	color: white;
	font-size: 11px;
	
}

a:hover
{
	
	text-decoration: none;
	
}


