body {
	height: 100%;
	width: 100%;
	background: white;
	font-size: 16px;
	padding: 0;
	margin: 0;
	min-height: 30em;
	min-width: 50em;
}
div.container {
	min-height: 30em;
	min-width: 50em;
	height: 100%;
	width: 100%;
	position: relative;
	top: 0;
	left:0;
	background: transparent url(-o.png) center no-repeat scroll;
	margin: 0;
	padding: 0;
}
p {
	display:none;
}
ul {
	margin: 20px 20px 10px 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	right: 0;
	bottom: 0;
}
ul li,
ul li h2 {
	text-align: right;
	font-family: 'Lucida Grande', Verdana, Tahoma, Sans-Serif;
	color: #8aa;
	font-weight: normal;
	font-size: 1em;
}

ul li h2 {
	color: #066;
}

