@charset "UTF-8";

BODY {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #757575;
	font-size: 1.1em;
	line-height: 1.5em;
	font-family: "Courier New", Courier, Monaco, monospace;
	white-space: nowrap;
}

IMG {
	margin: 0px 15px;	
}

IMG:first-child {
	margin-left: 30px;	
}

IMG:last-child {
	margin-right: 30px;	
}

DIV {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -240px;
	text-align: center;
}

A {
	color: #757575;
	text-decoration: none;
}

A:hover, A.active {
	color: #e4e4e4;
}

blockqoute {
	text-align: center;
}
