body {
	background-color: #404040;
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
	height:1200px;
}
.footer {
	top:225px;
	position:relative;
	z-index:1;
}
.nav {
	text-align: center;
	position: absolute;
	left: 25%;
	top: 160px;
	width: 552px;
}
.ptxt {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	position: relative;
	left: 0%;
	top: 188px;
	width: 734px;
	height:975px
}
.google {
	z-index:1;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
h1 {
	
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #000000;
}
a:active {
	color: #00FF00;
}