body{
	background: grey;
	font-family: Arial, Helvetica, sans-serif;
	height: 240px;
	margin: 10px;
	padding: 0px;
}
header{
	height: 400px;
	text-align: center;
}

header .home a{
	background-image: url("logo4.png");
	display: inline-block;
	background-size: 244px;
	text-indent: -9999999999999999px;
	width: 300px;
	height: 180px;
	background-repeat: no-repeat;
}

header a{
	text-decoration: none;
	color: white;
	font-size: 40px;
	text-align: center;
	margin: 20px;
	padding-top: 30px;
}

header li{
	text-align: center;
	padding: 100 px;
	display: inline-block;
}

div{
	background-color: white;
}

footer{
	text-decoration: none;
}