/* CSS Document */

html, body {
height:100%;
}

body {
	background-color: #000000;
	cursor: default; 
	font-family: Arial;
	font-size: 11px;
}

a {
	color:#000000
}

a:hover {
	text-decoration:none;
}

#content {
	background-color: #EE005F;
	margin-left: -100px;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 200px;
	height: 100%;
	padding: 15px 15px 15px 15px;
}

table {
	margin: 50px 0px 0px 0px;
}
