* { margin: 0; padding: 0; }
img { border: 0; }

body {
	font-family: Verdana;
	font-size: 11px;
	color: #ddd;
	height: 100%;
	background-color: #333;
}

#middle {
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
}

#cont {
	height: 160px;
	width: 300px;
	position: relative;
	top: -90px;
	margin: 0 auto;
	line-height: 20px;
	padding: 10px;
}

h1 {
	font-family: Times New Roman;
	font-weight: normal;
	font-size: 40px;
	line-height: 40px;
	border-left: 30px solid #72afc9;
	padding-left: 10px;
}

h2 {
	font-size: 11px;
	font-weight: normal;
}

ul {
	list-style-position: inside;
	list-style-type: square;
}

a {
	color: #ddd;
	text-decoration: none;
}

a:hover {
	color: #fff;
}