/* general */
* {
	margin:0;
	padding:0;	
}
body {
	margin:0px;
	padding:20px 0px 20px 0px;
	width:100%;
	height:100%;
	background-color:#ffffff;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color: #313131;
}
#page {
   width: 500px;
	margin: 0px auto 0px auto;
	position: relative;
	display:block;
}
#content {
	width: 100%;
	display: block;
	padding: 30px;
}
#content a {
	font-weight: normal;
	color: #fff;
	background-color: #000;
	padding: 2px 4px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;	
}
.cell {
	float:left;
	padding:2px;
	text-align:center;
}
#content a:hover {
	background-color: #515151;
}
#content a.noref {
	text-decoration: none;
	background: transparent;
}
h2 {
	color: #464646;
	font: italic bold 18px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	padding-top: 20px;;
	padding-bottom: 8px;
}
#bottom {
	position: fixed;
	bottom: 0;
	filter:alpha(opacity=80);
	opacity: 0.80;     
}     
#bottom img {
	z-index:-1;
}