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:green;
	color: white;
	box-shadow: 0 5px 0 darkgreen;
	text-decoration: none;
	padding: 0.75em 1em;
	text-transform: uppercase;
}

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

div {	
}

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