body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/cp_cooberBG.gif);
	background-repeat: repeat-x;
	}
	
#title {
	position: absolute;
	left: 130px;
	top: 48px;
}
#slogan {
	position: absolute;
	left: 133px;
	top: 96px;
}
#outback {
	position: absolute;
	left: 540px;
	top: 76px;
}

#enterTxt {
	position: absolute;
	left: 137px;
	top: 308px;
	}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	}

a:link {
	color: #993300;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #993300;
	}
a:hover {
	text-decoration: underline;
	color: #996600;
	}
a:active {
	text-decoration: none;
	color: #FF0000;
	}
