body {
	background: #000000;
	height: 100%;
	font-family: Arial,Bitstream Vera Sans,Helvetica;
	font-weight: 500;
	padding: 0px;
	width: 100%;
}

html {
	height: 100%;
}

div.background {
	background: #000000;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-image: url('decker-webpage.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

div.menu {
	#position: absolute;
	width: 50%;
	height: 50%;
	margin: auto;
	padding-top: 150px;
}

div.menuitem {
	width: 100%;
	background: rgba(0,0,0,0.5);
	border: 10px solid #ffe000;
	padding: 10px;

}

a {
	font-family: Arial,Bitstream Vera Sans,Helvetica;
	font-weight: 800;
	font-size: 1.5em;
	text-decoration:none;
	color: #ffffff;
	width: 100%;
}
