* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
}

ul {
	padding: 15px;
}

ul a {
	color: black;
	text-decoration: none;
}

a {
	text-decoration: underline;
	color: black;
}

.clear {
	clear: both;
}

#page-up {
	width: 760px;
	border: 1px solid black;
	margin: 20px auto;
}

#page-wrap {
	padding: 20px;
	background: white;
	border-radius: 5px 5px 5px 5px;
}

.button {
	float: left;
	margin: 10px;
	cursor: pointer;
}

#home {
	display: block;
	padding: 30px;
}
#home-button {
	opacity: 1.0;
	border-bottom: 1px solid black;
}

#lab {
	display:none;
	padding: 30px;
}

#lab-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}

#about {
	display: none;
	padding: 30px;
}
#about-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}

#contact {
	display: none;
	padding: 30px;
}
#contact-button {
	opacity: 0.5;
	border-bottom: 1px solid black;

}

#footer {
	margin-top: 10px;
	border-top: 1px solid black;
	font-size: 65.2%;
}

#feed1 {
	border-top: 2px solid #000;
	display: inline-block;
	width: 350px;
	float: right;
}
#feed2 {
	border-top: 2px solid #000;
	display: inline-block;
	width: 350px;
}

