body {
	background-color:#fff; 
	color:#000; 
	background-attachment:fixed; 
	background-image:url(../img/background.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px; 
	text-align:left; 
}

#holder{
	position:relative;
	float:left;
	width:800px;
}

#img{
	position:relative;
	float:left;
	width:800px;
}



#textholder{
	position:relative;
	float:left;
	width:100%;
	padding-left:68px;
	margin-top:50px;
}

#textleft{
	position:relative;
	float:left;
	width:400px;
	margin-right:50px;
}

#textright{
	position:relative;
	float:left;
	width:350px;
	margin-top:32px;
}

#headline{
	width:100%;
	border-bottom:1px solid #000;
}


h1{ font-size: 14px; font-weight:bold; padding:0; margin-bottom:10px;}
a{ text-decoration:none; color:#000000;}
a:hover{ font-weight:bold;}
p{ line-height:16px; margin-top:10px; padding:0;}

