body
{ 
background-image:url('images/bodybg.jpg');
background-attachment:fixed;
background-repeat:repeat-x;

}


.link{
	text-align: center;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #111111;

}
.link:hover{
	text-align: center;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #111111;
	text-decoration:underline;


}