html {
	height: 100%;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	height: 100%;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
}
img {
	border: none;
}
a, a:link, a:visited {
	color: #0070CC;
	text-decoration: none;
}
a:hover {
	color: #999999;
}
input, textarea {
	font-family: Arial, sans-serif;
	font-size: 12pt;
}
th {
	padding-right: 1em;
}
#index {
	position: relative;
	width:  0px;
	height: 0px;
}
#index #logo {
	position: absolute;
	z-index: 1;
	top:  -170px;
	left: -280px;
	width: 371px;
	height: 93px;
}
#index #cata {
	position: absolute;
	z-index: 1;
	top:  -225px;
	left: -200px;
}
#index #cata img {
	width: 570px;
	height: 450px;
}

#logo {
	width: 320px;
}

#menu a, #menu a:visited {
	font-size: 24px;
	line-height: 1.8em;
	color: #333333;
}
#menu a:hover {
	color: #888888;
}

#content {
	width: 600px;
	text-align: left;
}

#footer {
	font-size: 12px;
	line-height: 1.5em;
}
