body {
	background: #000000;
}

#info {
	border: 2px solid #000000;
	border-radius: 10px;
	text-align: left;
	width: 218px;
	height: 800px;
	background-color: #d9d9d9;
	margin-top: 10px;
	margin-left: 5px;
}
h2 {
	text-align: middle;
	margin-left: 35px;
	color: #e6e600;
}
.button {
    background-color: #d9d9d9;
    border: 2px solid #000000;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 10px;
	width: 155px;
	margin-left: 5px;
	color: #000000;
	margin-top: 6px;
}
.button2 {
	background-color: #d9d9d9;
    border: 2px solid #000000;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 10px;
	width: 155px;
	margin-right: 5px;
	color:#000000;
	float: right;
	margin-top: 6px;
}
a:hover {
	background-color: #e6e600;
	border: #e6e600;
}
#pictures {
	border: 2px solid #d9d9d9;
	
}
#head {
	background: #FF0000;
	text-align: center;
	width: 100%;
	height: 100px;
	font-family: cursive;
	font-size: 20px;
	color: #e6e600;
}
* {
	margin: 0px;
	text-decoration: none;
	
}
#stories{
	border: 2px solid #000000;
	border-radius: 10px;
	text-align: center;
	width: 218px;
	height: 800px;
	float: right;
	margin-top: -800px;
	background-color: #d9d9d9;
	margin-right: 5px;
	
}