* {
	margin:0;
	padding:0;
	border:0;
	
	font-family:courier;
}

body {
	background-color: #666666;
	background: url(bg.png)
}

p {
	color: white;
}

#content {

	padding-bottom: 30px;
	padding-top: 0px;
	white-space: nowrap; 
	vertical-align: text-top;	
}

h1 {
	position: fixed;
	top: 10px;
	left: 10px;
	
	color: white;
}

#footer {
	position: fixed;
	top: 50px;
	left: 10px;
	
	text-align:left;
	
}

a {
	color: white;
}
