body {
	margin: 0;
	padding: 0;
}

a {
	color: black;
	text-decoration: none;
}

#container {
position: absolute;
left: 50%;
background: white;
border: 1px solid #D4D0C8;
height: 180px;
width: 300px;
margin-left: -150px;
margin-top: 200px;
text-align: center;
}

#content {
margin-top: 80px;
}

#bottom {
position: absolute;
left: 50%;
margin-left: -60px;
top: 400px;
display: block;
}

#footer {
display: none;
}
