body {
	font-family: Verdana, Arial;
	margin: 0;
	background-color: black;
	overflow: hidden;
}

#stripe {
	background-color:#fb0;
	position: relative;
	margin-left: 0;
	margin-right: 0;
	height: 300px;
	top: 7em;
}

h1 {
	font-style: italic;
	font-size: 48px;
	text-align: center;
	padding-top: 1em;
}

h2 {
	font-style: italic;
	font-size: 20px;
	text-align: center;
}

a {
	color: #ff0;
	text-decoration: none;
}

.comment {
	position: relative;
	font-weight: bold;
	top: 6em;
	right: 1em;
	text-align: right;
}
