.html,body {
	height: 100%;
	margin: 1px;
	background-color: #0084ff;
	text-align: center;
}

.heading {
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.footer {
	color: black;
	text-decoration: none;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.headlink {
	text-transform: none;
	color: black;
	text-decoration: none;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.large {
	color: white;
	font-weight: bold;
	font-size: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.largepink {
	color: #ff0084;
	font-weight: bold;
	font-size: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

/* LINKS */

A:link {
text-decoration: none;
color: #000000;
}
A:visited {
text-decoration: none;
color: #000000;
}
A:active {
text-decoration: none;
color: #000000;
}
A:hover {
text-decoration: none;
color: #ff0084;
}

/* STRUCTURE */

div#container {
	position:relative; 
	margin:0 auto;
	width:800px;
	height:auto !important; 
	height:100%;
	min-height:100%; 
	text-align: center;
}

div#header {
	position:relative; 
	padding:1em;
	text-align: center;
}


div#content {
	position:relative; 
	text-align: center;
	padding:1em 1em 5em;
}

div#navbar {
	position:relative; 
	text-align: right;
	padding:0;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; 
	left:0;
}
