* {
 	padding: 0;
 	margin: 0;
}

body {
	border-top: 3px solid #9BF400;
	background: #212121 url(../images/background.gif) repeat 0 0; 
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 67%;
	text-align: center;
}


h1 {
	position: absolute;
	text-indent: -10000px;
	width: 200px;
	height: 40px;
	top: 15px;
	left: 170px;
}

	h1 a {
		display: block;
		width: 100%;
		height: 100%;
		outline: none;
	}

p a {
	color: #fff;
}

	p a:hover {
		text-decoration: none;
	}

div#container {
	width: 992px;
	margin: 0 auto;
	position: relative;
}

div#content img {
	display: block;
	vertical-align: top;
}

div#footer {
	background: url(../images/beaver.png) 0 0 no-repeat;
	height: 189px;
	text-align: right;
	padding-top: 169px;
}

div#footer p {
	background: url(../images/reflection.png) 0 100% no-repeat;
	height: 189px;
	padding-right: 120px;
}


	
