@charset "utf-8";

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666;
	border: none;
	min-height: 100%;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: black;
}

a:hover
{
	text-decoration: underline;
	color: #009;
}

#container
{
	width: 400px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#logo
{
	margin-top: 25px;
	margin-bottom: 100px;
}

#message
{
	font-weight: bold;
}

#footer
{
	width: inherit;
	position: absolute;
	bottom: 0;
	font-size: 10px;
}
