body 
{
	margin: 0;
	text-align:center;
}

body, html 
{
	min-height: 100%;
	width: 100%;
	height: 100%;
    font-family: verdana, Arial, Tahoma, helvetica;
    font-size: 8pt;
    color: white;
	background-attachment: fixed;
	background-color: #101010;
    background-image: url("images/hippowm.png");
    background-position: center center;
    background-repeat: no-repeat;
	text-align:center;
	margin:0 auto; 
}

html>body
{
	height: auto;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

h1, h2
{
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}

h3
{
	color: #cc3399;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}

img
{
	border: 0px;
}

.navpad
{
	padding-left: 20px;
	padding-right: 20px;
}

p
{
	color: #c0c0c0;
}

p.left
{
	text-align: left;
}

a
{
	color: #cc3399;
	text-decoration: none;
}