body {
	margin: 0;
	background-color: #111111;
	color: #4499FF;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	text-align: center;
}

a, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
}

h1 {
	margin-top: 50px;
}

.middle {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #4499FF;
	text-align: center;
}

.content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: -23px;
	width: 720px;
	height: 46px;
	border: 1px solid #4499FF;
	background-color: #111111;
	color: #4499FF;
}

.content a {
	font-weight: bold;
}

img {
	padding: 1px;
	border: 1px solid #4499FF;
	background-color: #111111;
	width: 120px;
	height: 90px;
}

.footer {
	position: absolute;
	left: 0px;
	bottom: 20px;
	padding-top: 1px;
	width: 100%;
	height: 20px;
	border-top: 1px solid #4499FF;
	color: #4499FF;
	font-size: 80%;
}

.editor {
	position: absolute;
	right: 5px;
	font-size: 9px;
}