body {
	margin: 0 auto;
	background: #000 url('./gfx/bg_start_body.gif') repeat-x  0 190px;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #484848;
}
a {
	color: #484848;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img, a img {
	border: 0;
}
.frame {
	width: 1015px;
	margin:0 auto;
}
.logo {
	padding: 90px 0 0 0;
	height: 100px;
}
.module {
	width: 145px;
	height: 320px;
	text-align: left;
	position: relative;
	float: left;
}
.module p.text {
	padding: 5px;
}
.module p.goto {
	position: absolute;
	bottom: 12px;
	left: 5px;
	padding:0;
}
.even {
	background: #c9c9c9;
}
.odd {
	background: #eeeeee;
}
.footer {
	padding:10px 0 0 0;
	color: #818181 ;
}
.footer a {
	color: #818181 ;
	text-decoration: underline;
}
.footer a:hover {
	color: #818181 ;
	text-decoration: none;
}
.cleaner {
	clear: both;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}