* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-family: Verdana;
	font-size: 62.5%;
	text-align: center;
	color: #666666;
	background: black;
}

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 100%;
	font-size: 4em;
}

#cell {
	position: absolute;
	top: 50%;
	margin-top: -102px;
}

.left {
	float: left;
	margin-right: 10px;
	text-align: right;
}

.right {
	float: right;
	padding-left: 5px;
	text-align: left;
	border-left: 1px solid #0087FF;
}

.small {
	clear: both;
	float: bottom;
	font-size: 0.8em;
}

.white {
	color: white;
}

a:link { color: #0087FF; text-decoration: none; }
a:visited { color: #0087FF; text-decoration: line-through; }
a:hover { color: white; text-decoration: underline; }
a:active  { color: white; text-decoration: underline; }