html, body {
	height: 100%;
	padding:0;margin:0;
	font-family:Century Gothic, Arial, sans-serif;
	font-size:12pt;
	line-height:1.5em;
	text-align:center;
}
html
{
	overflow-y:scroll;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: -120px 0 -120px 0;
}
.container
{
	text-align:left;
	width:900px;
	position:relative;
	margin:0 auto;
	padding:0;
}
p
{
	margin-bottom:1em;
}
.linkthing
{
	position:absolute;
	right:0;
	top:100px;
	z-index:3;
	color:white;
}
.linkthing a, .linkthing a:visited
{
	color:white;
	text-decoration:none;
	font-size:14pt;
	height:40px;
	width:150px;
	background-image:url("gfx/button.png");
	float:left;
	display:block;
}
.linkthing a span
{
	padding-top:7px;
	padding-left:10px;
	display:block;
}
.linkthing a:hover
{
	color:white;
	text-decoration:underline;
	background-position:0 -60px;
}
ul
{
	margin-left:20px;
}
#logo_div
{
z-index:1;position:absolute;top:20px;
}
#topbar
{
	background-image:url('gfx/black_fade.png');
	background-repeat:repeat-x;
	height:120px
}
#footer
{
	background-image:url('gfx/black_fade.png');
	background-repeat:repeat-x;
	height: 120px;
	color:white;
	font-style:italic;
	font-size:10pt;
}
#footer a, #footer a:visited
{
color:white;
}
.push_top {
	height: 180px;
}
.push_bottom {
	height: 160px;
}

h3,p
{
padding:0;margin:0;
}

p
{
margin-bottom:1em;
}

a:visited, a
{
color:blue;
}

.text, select
{
border:0;
background-image:url("gfx/input_bg.png");
border:1px solid #ccc;
width:300px;
}

.submit
{
	background-color:#333;
	color:white;
	border:2px raised #666;
}

a,a:visited
{
	color:blue;
}
a img
{
	border:1px solid #69F;
}
