body {
	background-color: #000;
	font-family:Helvetica;
	font-size:14px;
	
	margin: 0;
	padding: 0;
	
}



a img {
 border:none;
}

a  {
 	font-family:Helvetica;
	font-size:14px;
	
}


b {
	font-weight:500;
}

p {
    font-family:Helvetica;
	font-size:14px;
	color: white;
	padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	margin: 0;
}



#bottom-title {
 	position: absolute;
	    bottom: 15px;
	    width: 100%;
}


#logo {
 	position: absolute;
	   top: 30px;
	   width: 100%;
}



#thumb-1 {
	text-align: center;
 	position: absolute;
	top: 300px;
    width: 304px;
	left:50%;
	margin-left:-309px; /*negative half the width */

}


#thumb-2 {
	text-align: center;
 	position: absolute;
	top: 0px;
    width: 304px;
	left:315px;
}








