* {
	margin: 0;
	padding: 0;
}

body {

	font-family: Helvetica, sans-serif;
	
}

.clear {
	clear: both;
}

#page-wrap {
	width: 500px;
	background: white;
	margin: 5px auto;
	padding: 5px;
}

.button {
	float: left;
	margin: 3px;
	
}

#home {
	display: block;
	padding: 10px;
	font-size:13px;
	line-height:20px;
	color:#6f0c0f;
}
#home span {
	padding: 10px;
	font-size:11px;
	text-align:justify;
	line-height:20px;
	color:#333;
}

#home-button {
	opacity: 1.0;
	border-bottom: 1px solid black;
}
#about {
	display: none;
	padding: 10px;
	font-size:13px;
	line-height:20px;
	color:#6f0c0f;
}
#about span {
	padding: 10px;
	font-size:11px;
	text-align:justify;
	line-height:20px;
	color:#333;
}
#about-button {
	opacity: 0.1;
	border-bottom: 1px solid black;
}

#contact {
	display: none;
	padding: 10px;
	font-size:13px;
	line-height:20px;
	color:#6f0c0f;
}
#contact span {
	padding: 10px;
	font-size:11px;
	text-align:justify;
	line-height:20px;
	color:#333;
}
#contact-button {
	opacity: 0.1;
	border-bottom: 1px solid black;

}
#news {
	display: none;
	padding: 10px;
	font-size:13px;
	line-height:20px;
	color:#6f0c0f;
}
#news span {
	padding: 10px;
	font-size:11px;
	text-align:justify;
	line-height:20px;
	color:#333;
}
#news-button {
	opacity: 0.1;
	border-bottom: 1px solid black;
}