*{
	margin:0;
	padding:0;
}
h1{
	display:none;
}
a{
	text-decoration:none;
	border:0;
	color:#000;
}
img{
	border:0;
}
.italic{
	font-style:italic;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.bold{
	font-weight:bold;
}
.underline{
	text-decoration:underline;
}
.delimiter{
	position:relative;
	clear:both;
	top:15px;
}
.hide{
	display:none;
}

a.bene {
	font-weight:bold;
	text-decoration:underline;
}

#container{
	position:absolute;
	width:800px;
	left:50%;
	margin-left:-400px;
	font-family:Arial, Helvetica, serif;
	font-size:11px;
}
#bottomMenu{
	margin-bottom:10px;
	margin-top:10px;
	background:#ccc;
	float:left;
	position:relative;
	width:800px;
}
#bottomMenu ul{
	clear:both;
	display:inline;
	color:#000;
	list-style-type:none;
	float:left;
	width:100%;
	line-height:25px;
	text-align:center;
	position:relative;
	left:2%;
}
#bottomMenu li{
	float:left;
	color:#000;
	padding-left:2px;
	padding-left:2px;
}
#bottomMenu a:hover{
	text-decoration:underline;
}
.text{
	font-size:12px;
}
#credits{
	clear:both;
	text-align:center;
	height:30px;	
}
#credits p{

}
#credits a, #credits p{
	color:#ccc;
}
#credits a:hover{
	color:#999;
}

#ben{
	position:absolute;
	bottom:1800px;
}