*
{
	color: black;
}

body
{
	margin: 0px;
	padding: 0px;
}

h1
{
	margin: 15px;
	font-size: 32px;
}

a, a:visited
{
	color: black;
	text-decoration: none;
	border-bottom: 0px dotted black;
	display: inline-block;
	margin: 2px;
}

a:active, a:hover
{
	border: 2px dotted black;
	margin: 0px;
}


#page
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	
	width: 900px;
	
	margin: auto;
	padding: 15px 15px 15px 15px;
	
	text-align: center;
}

#footer
{
	position: fixed;
	left: 0px;
	bottom: 0px;
}

#image
{
	height: 480px;
}