* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	background: url(background.png);
}

div#wrapper {
	margin-top: 10px;
	background: url(background_noninter.png) no-repeat top center;
	height: 600px;
}

img#nav {
	border: none;
	outline: none;
	display: block;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
}

a:link {
	color: #AAA;
	text-decoration: none;
	outline: none;

}

a:visited {
	color: #AAA;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #AAA;
	text-decoration: none;
	outline: none;
}

a:active {
	color: #AAA;
	text-decoration: none;
	outline: none;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #FFF;
	text-align: center;
	margin-top: 5em;
}