html {
	width:99%;
	height:100%;
}
body {
	background:white;
	width:100%;
	height:100%;
	font-family:Verdana;
	font-size:12px;
	color:black;
}
a, a:visited, a:link, a:active {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:red;
}

#header {
	width:100%;
	height:130px;
/*	background:transparent url(images/top.jpg) top center no-repeat;
*/
}
#content-cont {
	position:relative;
	clear:both;
	width:100%;
}
#content {
	width:860px;
	margin:0 auto;
	background: white;
}
td{
	font-family:verdana;
	font-size:12px;
	text-align:justify;
	color:black;
}

td.menu{
	text-align:center;
	font-weight:bold;
	vertical-align:baseline;
}

html > body #content {
	min-height:800px;
}
