body {
	margin: 0px;
	background-image: url('img/bigBG.jpg');
	background-position: top center;
	background-color: black;
	font-family: Arial, sans-serif;
	font-size: small;
	color: white;
}

a, a:visited {
	text-decoration: underline;
	color: yellow;
}

a:hover, a:active {
	text-decoration: none;
	color: goldenrod;
}

#eagle {
	position: relative;
	top: 50px;
	width: 867px;
	height: 450px;
	background-image: url('img/eagle.png');
	text-align: left;
}

#navigation {
	position: relative;
	height: 28px;
	left: 296px;
	width: 272px;
}

#navigation img {
	border: none;
}

#card {
	position: relative;
	width: 212px;
	top: 10px;
	left: 325px;
}

#card img {
	border: 1px solid;
}

#content {
	position: relative;
	top: 35px;
	width: 475px;
	height: 324px;
	left: 200px;
	
}


