/* global */
*	{
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

body {
	position: relative;
	margin: 0px;
	text-align: center;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 0px 160px;
	}

div {
	text-align: left;
	}

div,
img {
	border: 0px;
	behavior: url("../css/iepngfix.htc");
	}

a   {
	color: #ffffff;
	text-decoration: none;
	}

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

h1,
h2  {
	margin: 0 0 5px 0;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	}

h2  {
	font-size: 12px;
	}

p   {
	margin: 0 0 20px 0;
	}

ul,
ol	{
	margin: 0 0 20px 0;
	}

ul li {
	margin: 0 0 0 15px;
	}

ol li {
	margin: 0 0 0 22px;
	}

div#logo {
	position: absolute;
	top: 80px;
	left: 180px;
	}

div#foot {
	position: absolute;
	top: 695px;
	left: 180px;
	font-size: 11px;
	font-weight: bold;
	}
