body {
	text-align: center;
	font: 62.5% "Comic Sans MS";
}

h1 {
	font-size: 6em;
	font-weight: bold;
	padding-bottom: 20px;
}

a:active, a:focus{
	outline:none;
}

ul {
	list-style: none;
	width: 470px;
	margin: 0 auto;
	font-size: 2.4em;
}

li {
	padding: 10px;
	display: inline-block;
	width: 210px;
	height: 120px;
	line-height: 120px;
	background: url(/images/resolution_frame.gif) no-repeat center center;
}

li a {
	color: #000;
	text-decoration: none;
	display: block;
}

li a:hover {
	color: #fff;
	background-color: #000;
}

footer {
	font: 1.2em "Comic Sans MS";
	position: fixed;
	bottom: 0px;
	height: 20px;
	background-color: #fff;
	width: 100%;
}