body {
	background: #333;
	color: #808080;
	font-family: verdana, arial;
	font-size: 10px;
	margin: 0;
	padding: 0;
	}

a {
	color: #bbb;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	}

h1 {	font-size: 18px; margin: 0 12px 4px 0; }
h2 {	font-size: 16px; }
h3 {	font-size: 14px; }
h4 {	font-size: 12px; }
h5 {	font-size: 11px; color: #9f3; margin: 24px 0 4px; }
h6 {	font-size: 10px; }


hr {
	background: #ccc;
	color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 8px;
	}

p {
	margin: 0 0 4px;
	}

.hilite {
	color: #9f3;
	font-weight: bold;
	text-transform: uppercase;
	}

.warning {
	color: #f33;
	font-weight: bold;
	text-transform: uppercase;
	}

#shrinkwrap {
	position: absolute;
	left: 50%;
	bottom: 0px;
	}

#notice {
	position: absolute;
	right: 50%;
	bottom: 0px;
	margin: 0 20px 160px 0;
	}