@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	background-image: url(/images/degrade.png);
	background-repeat:repeat-x; 
	background-position: 0px 600px;	
	font-family: Tahoma, Arial, sans-serif;
	color: #94908B;
	
}
h1 {
	font-weight: normal;
	font-size: 25pt;
}
a, a:active, a:link, a:visited {
	font-family: Tahoma, Arial, sans-serif;
	color: #94908B;
	text-decoration:none;
}

a:hover {
	color:#29ABE2;
}

.cactusLogo {
	position:absolute;
	z-index:15;
	top:563px;
	left:520px;
}

.cactusLogo a {
	display:block;
	width:74px;
	height:33px;
	background-image: url(/images/byCactusOff.png);
	background-repeat:no-repeat; 	
}

.cactusLogo a:hover {
	background-image: url(/images/byCactusOn.png);	
}