* {
	margin											: 0;
	padding											: 0;
}

body {
	height											: 100% !important;
	color											: #000000;
	font-family										: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size										: 10px;
}

br {
	clear											: both;
}

a {
	text-decoration									: none;
	color											: #333333;
	padding											: 2px;
}

a:hover {
	border-bottom									: 3px solid #d00c0c;
}

#container {
	position										: absolute;
	
	width											: 675px;
	height											: 255px;
	
	left											: 50%;
	top												: 50%;
	
	margin-left										: -337.5px;
	margin-top									: -127.5px;
	
	border-bottom									: 3px solid #d00c0c;
}
