body {
	background-color: black;
}

#outerSquare {
	width: 600px !important;
	height: 600px !important;
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px !important;
	margin-top: -300px !important;
	
	background-color: #900;
}

#outerSquare #innerSquare {
	width: 560px !important;
	height: 560px !important;
	
	padding: 0;
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -280px !important;
	margin-top: -280px !important;
}

#outerSquare #menu {
	color: #ccc;
	font: 8pt Verdana;
	font-weight: normal;
	
	position: absolute;
	top: 50%;
	left: 50%;

	margin-left: -280px;
	margin-top: 282px;
	
	text-transform: lowercase;

	width: 560px !important;
}

#outerSquare #menu a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#outerSquare #menu .title {
	font-weight: bold;
}

a img {
	border: none;
}

iframe {
	border: none;
}

.popup {
	background-color: #900;
	color: white;
	font: 8pt Verdana;
	font-weight: bold;
	padding: 5px;
	position: absolute;
	z-index: 100;
	border: 1px solid #c33;
}

.thumbnailRow {
	margin: 0 0 23px 0;
}
.thumbnail {
	margin: 0 0 0 23px;
}
/*.first {
	margin: 0 !important;
}*/

.topRight {
	float: right;
	margin: 10px;
}