/* Base styling */
body, header, section, footer, h1, #header nav ul, p {
	margin: 0;
	padding: 0;
}
h1 { padding: 10px 0; }
p { padding: 5px 0; }
#header, #content, #footer { padding: 5px; }
#header nav ul { list-style: none; }
#header nav ul li { display:inline-block; }
.sneakyButton {
	transition: all .5s linear;
	position:absolute;
	left:200px;
	top:45px;
}

/* Custom styling */
#header {

}

#content {
background-color: blue;
}

#footer {
background-color: teal;
color: red;
}

.box{ width: 560px; 
	float:left;
	margin-right:20px;
	background-color:white;
	padding:20px;
}
