html {
	margin: 20px 0 0 0; 
}

#header {
	text-align: center; 
	margin: 0 0 20px 0;
}

#header img {
	width: 800px;
}

#box {
	width: 55em; 
	height: 150px; 
	border: 3px groove red;
	text-align: center; 
	margin: 10px 0 10px 0; 
	padding: 30px 0 0 0;
	color: white; 
	font-family: Verdana;
}

#box p {
	font-size: 15px; 
	color: #66CCFF;
	position: relative;
}

#footer a {
	position: relative;
	float: right;
	top: 50px;
}

#footer img{
	width: 600px;
	position: relative;
}

a {
	text-decoration: none;
	color: pink;
}

a:hover {
	color: red;
}
