* {
	margin:0;
	padding: 0;
}

body {
	height:100%;
	font-family: Georgia;
	color: #aaa;
	font-size: 20px;
	font-style: italic;
}

a {
	color:#666;
	text-decoration: none;
}

a:hover {
	color:#000;
}

.container {
	width:450px;
	height:70px;
	top:50%;
	left:50%;
	margin-top:-35px;
	margin-left:-225px;
	position: absolute;
	background: #f5f5f5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.content {
	padding:15px 0 0 0;
	text-align: center;
}

.content ul {
	list-style: none;
	margin: 10px 0;
}

.content ul li {
	line-height:20px;
	margin: 0 0 2px 0;
}

.content p {
	color:#999;
	font-size:12px;
	margin: 5px 0 0 0;
}