/* CSS Document */

body,td,th {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	color: #888888;
	font-size: 9pt;
}
a:link {
	color: #aaaa88;
}
a:hover {
	color: #cccc88;
}
body {
	background-color: #000000;
}
a:visited {
	color: #666666;
}
a:active {
	color: #666666;
}
.wrap {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 80%;
	min-width: 600px;
	top: 40%;
}

#images {
	height:auto;
	width:auto;
}

.info {
	color: #888888;
	margin: 0 auto;
	text-align:center;
	width:860px;
	height:auto;
	position: relative;
	overflow: auto;
	left: inherit;
	top: 40%;
}