* {
	margin: 0;
	padding: 0;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	background: #000;
	min-width: 400px;
}
#header {
	background: #000;
	width: 100%;
	height: 120px;
	color: #9966FF;
	position: relative;
	border-bottom: 2px solid #fff;
}
#header a {
	font-size: 14pt;
	padding-left: 2px;
	padding-right: 20px;
}
#header #menu
{
	background: #000;
	position: absolute;
	bottom: 5px;
	left: 240px;
	font-size: 13pt;
}
#header img {
	float: left;
}
#main {
	color: #EEE;
	margin: 5px;
}
#main p {
	padding: 5px;
	font-size: 10pt;
}
#main h1 {
	font-family: verdana;
	font-variant: small-caps;
	padding: 5px;
	padding-bottom: 10px;
	font-size: 22pt;
	color: #8855ff;
}
#main h2 {
	padding: 5px;
	font-size: 15pt;
	color: #8855ff;
}
#main ul {
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 10pt;
}
#main li {
	padding: 3px;
}
html, body {
	height: 100%;
	font-family: verdana, sans-serif;
	font-size: 14px;
	background: #000;
	min-width: 400px;
}
body a:link {
        text-decoration: none;
        color: #aa99ff;
}
body a:visited {
        text-decoration: none;
        color: #aa99ff;
}
body a:hover {
        text-decoration: none;
        color: #8855cc;
}
#footer, #push {
	height: 40px;
	font-size: 12px;
	text-align: center;
	color: #eee;
}
#footer #copyright {
	font-weight: bold;
	text-align: center;
	padding-bottom: 8px;
}
#footer #private {
	font-size: 8pt;
}

