body {
	padding: 0;
	margin: 0;
	background: url(backgrounds/gorillas_lg.jpg) top center black;
	background-repeat: no-repeat;
	text-align: center;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	width: 660px;
	background: url(backgrounds/gorillas_803fade.jpg) top center;
	background-repeat: no-repeat;
}

.outer {
	height: 461px;
}

.link_area {
	width: 230px;
	height: 60px;
}

.link {
	float: right;
	font-family: "Arial Black", sans-serif;
	font-size: 20px;
	font-style: italic;
}

a:link, a:visited, a:hover, a:active { 
	color: black;
	text-decoration: none; 
}

.bottom {
	padding: 3px;
}

.spaghetti { position: absolute; left: 0; top: 30px; }
