body {
	background-color: #000;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	color: F0A0CB;
}
a:link {
	color: #f0a0cb;
	text-decoration: none;
}
a:visited {
	color: #f0a0cb;
	text-decoration: none;
}
a:hover {
	color: #f0a0cb;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #f0a0cb;
}
#header {
	position: absolute;
	width: 600px;
	height: 20px;
	left: 50%;
	margin-left: -300px;
	top: 175px;
}
#img1 {
	position: absolute;
	width: 600px;
	height: 475px;
	left: 50%;
	margin-left: -300px;
	top: 200px;
	border-color:#F0A0CB;
	border-style: solid;
}
#img2 {
	position: absolute;
	width: 600px;
	height: 412px;
	left: 50%;
	margin-left: -300px;
	top: 800px;
	border-color:#F0A0CB;
	border-style: solid;
}
#footer {
	position: absolute;
	width: 610px;
	height: 60px;
	left: 50%;
	top: 1218px;
	margin-left: -305px;
	text-align:right;
}
