/* CSS Document */

BODY {
/*	background: #003737;  */
	background: #000000;
	color: white;
	font-family: "Comic Sans MS", "Comic Sans", Verdana, Arial, Helvetica, Sans-serif;
}

#container {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 750px;
}

h1, h2 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: x-large;
}

h2 {
	text-align: right;
	font-size: medium;
}

#container img {
	padding: 10px;
	border: 1px solid white;
	margin: 5px;
	background-color: black;
}

#designer {
	font-size: x-small;
	text-align: right;
}

#instructions {
	font-size: x-small;
	text-align: center;
}

#goback-layer a {
	text-decoration: none;
	color: #AAFFDD;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#goback-layer a:hover {
	text-decoration: underline;
}
