html{
height: 100%;
}

body{
	height: 100%;
	margin: 0;
	overflow: auto;
	background: transparent;
}


#headerNav{
	padding: 0.5em;
	background-color: #FFFFFF;
	margin-bottom: 2em;
}

#buttons{
	margin-bottom: 30px;
	margin-top: 50px;
}


