body
{
	background-image: url("images/background.jpg");
	background-repeat: no-repeat;
}

.button2text
{
	background-color: #008CBA; /* Page 2 */
	font-size: 12px;
	border-radius: 4px;
	border: 2px solid #000000;
	
}
.button2text:hover
{
	background-color: #d3d3d3;
	
}
.menu 
{
	position: fixed;
    bottom: 15;
    width: 100%;
}