body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 83%;
	color: #ddd;
}

h1 {
	font-size: 2.5em;
	margin-left: 35px;
	margin-top: .9em;
	margin-bottom: 0;
}


h2 {
	font-weight: normal;
	color: #888;
	font-size: 1em;
	margin-left: 37px;
	margin-top: .5em;
}

p {
	text-align: center;
}

p img {
	padding-top: 20px;
	margin-bottom: 15px;
}

table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.main table td {
	padding-left: 0px;
	padding-right: 0px;
}

table td {
	padding: 3px;
}

#footer {
	position: absolute;
	bottom: 1em;
	right: 0;
	color: #aaa;
	font-family: verdana, arial, helvetica;
	font-size: 1em;
	text-align: right;
	height: 2em;
	vertical-align: bottom;
	margin-right: 1em;
	width: 100%;
}

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

a:hover, {
	text-decoration: none;
	color: #666666;
}