* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: tahoma, sans-sherif;
	}
	
html, body {
	width: 100%;
	height: 100%;
	}

h1 {
	display: none;
	}

body {
	background-color: #333333;
	background-image: url();
	background-position: center center;
	background-repeat: no-repeat;
}

#footer {
	position: absolute;
	bottom: 3px;
	right: 3px;
}

#footer p,a {
	color: #757575;
	font-size: 14px;
	text-decoration: none;
}

#footer strong {
	color: #ffffff;
}