/* CSS Document */
body
{
margin: 0; background-image: url('images/background.jpg'); background-repeat: repeat-x;  background-color: white; 
font-family: "Trebuchet MS", Arial, Helvetica; font-size: 14px; color: #666666; }

#logo {
	width:202px;
	height:128px;
	z-index:1;
	float: left;
	position: absolute;
}

a:link {
color: #CC3333;
}

a:visited { color: #CC3333; }

