body {
	text-align: center;
	font-family: Arial, serif;
	color: #000;
	}

	a#link:link {color:#000; text-decoration:none;}
	a#link:active {color:#000; text-decoration:none;}
	a#link:visited {color:#000; text-decoration:none;}
	a#link:hover {color:#c00; text-decoration:none;}

	a#navlink:link {color:#000; text-decoration:none;}
	a#navlink:active {color:#000; text-decoration:none;}
	a#navlink:visited {color:#000; text-decoration:none;}
	a#navlink:hover {color:#c00; text-decoration: underline;}
	
	a#navlink2:link {color:#c00; text-decoration:none;}
	a#navlink2:active {color:#c00; text-decoration:none;}
	a#navlink2:visited {color:#c00; text-decoration:none;}
	a#navlink2:hover {color:#c00; text-decoration: underline;}
	
#container {
	position: relative;
	margin: 0 auto;   /* align for good browsers */
	text-align: center; /* counter the body center */
	}

#head {
	position: relative;
	top: -55px;
	color: #c00;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 140px;
	letter-spacing: -4px;
	}
	
#nav {
	position: relative;
	top: -78px;
	color: #c00;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 15px;
	letter-spacing: 2px;
	}
	
#tent {
	position: relative;
	top: -70px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 85px;
	letter-spacing: -2px;
	line-height: 90%;
	}

#puptent {
	position: relative;
	top: -62px;
	margin: 0 auto;
	width: 600px;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 34px;
	letter-spacing: -1px;
	line-height: 100%;
	}
	
#camper {
	position: relative;
	top: -51px;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 14px;
	letter-spacing: 1px;
	}
	
#feet {
	position: relative;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 12px;
	letter-spacing: 1px;
	}
	
a img { border:none }