body
{
	background-image:url(background.jpg);
	background-attachment:fixed;
	font-family:Arial;
	color:#5A4258

}

A:link 
{ 
 	text-decoration: none; 
 	color:#5A4258;
} 

 A:active
{
 	text-decoration: none; 
 	color:#5A4258;
}

A:visited 
{
 	text-decoration: none; 
 	color:#5A4258;
}
 


A:hover 
{
 	text-decoration:none;
	color:#5A4258;
} 

#image
{
	position:absolute;
	width:1166px;
	height:314px;
	left:0px;
	top:0px;
}

#content
{
	position:absolute;
	width:791px;
	height:1179px;
	overflow:auto;
	left:11px;
	top:329px;
}

img
{
border:0px;
}