html{
	Background: url('im2.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	

}

body {
	font-family: "Arial Black", Gadget, sans-serif;
}

a{
	line-height: 3.2;
	background-color:blue;
	color: white;
	box-shadow: 0 5px 0 darkblue;
	text-decoration: none;
	padding: 0.75em 1em;
	text-transform: uppercase;
}

a:hover{
	box-shadow: none;
	top: 5px;
	background-color: darkblue;
}

div {	
}

#header {
	color: blue;   font-size: 30px;
}
#table{
	color: blue;
	font-size: 20px;
}