* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 16px;
	font-size: 12px;
	background-color: #ffffff;
	color: #999999;
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
}
html, body {
	height: 100%;
}

a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}

img {
	border: none;
}
h2 {
	font-weight: bold;
	margin-bottom: 5px;
}
h3 {
	font-weight: normal;
	height: 32px;
	color: #CCC;
	font-size: 10px;
	line-height: 14px;
}

#main {
	text-align: center;
	height: 100%
}

.middle_col {
	display: inline-block;
	width: 300px;
	text-align: center;
	margin: 20px 0;
}

#header, #footer {
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: 20px;
}
#header {
	top: 20px;
}
#footer {
	bottom: 20px;
}
#header a, #footer a {
	color: #999999;
}
#header a:hover, #footer a:hover {
	color: #000000;
}
