@charset "utf-8";
html,body{
    height: 100%
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #363;
	margin: 0;
	padding: 0;
	color: #FFF;
	margin: 15px;
}

div {
	text-align: center;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}
nav {
	font: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.footer {
	font-size: 9px;
	clear: both;
	position: fixed;
	bottom: 0;
	width: 100%;
}
a {
	color:#FFFFCC;
}
a:visited {
	color:#F9F;
}
