html , body {
    height:100%;
}

body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

body#noflash , .alert {
	font-size: 14px;
	margin: 20px;
	padding: 20px;
}

a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: underline;
}

#hideme {
    display: none;
}

#content {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 770px;
	height: 600px;
	margin-top: -300px;
	margin-left: -385px;
}
