@charset "UTF-8";
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

body {
	background-color: #000;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -300px; 

}

#contentHolder {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#contentHolder #header h1 {
	text-transform: uppercase; 
	color: #FFFFFF;
	font-family: Helvetica, Arial, Verdana;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-right: 30px;
	margin-top: 80px;
}
h2 {

	color: #FFFFFF;
	font-family: Helvetica, Arial, Verdana;
	font-size: 20px;
	clear: both;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-right: 30px;
}
#contentHolder #mainContent div.thumb {
	width: 120px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
#contentHolder #mainContent .thumb img {
	border: 5px solid #FFFFFF;
}
#contentHolder #mainContent .thumb a{
	color: #FFFFFF;
	display: block;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-family: helvetica, arial;
	font-size: 8px;
}
h3 {
	margin: 0px;
}
