@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
	color: #fff;
}

#outerWrapper {
	
	text-align: center;
}

#innerWrapper {
	margin: 0px auto;
	width: 900px;
}

.thumbImage {
	width: 280px;
	height: auto;
	float: left;
	margin: 5px ;
	border: 1px solid #fff;
}

.fullSize {
	background-color:#999;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	padding: 10px 0 5px;
	margin: 0;
	font-weight: bold;
}

.fullSize a {
	text-decoration: none;
}

.fullSize a:link, .fullSize a:visited {
	color: #fff;
}