body, html 
{
	background-color:#111;
	padding:5px;
	padding-top: 100px;
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	color:#ccc;
}

.content
{
	padding-left:312px;
	text-align:justify;
	width:520px;
}

.thumb
{
	opacity: 0.3;
    	filter: alpha(opacity=30); /* For IE8 and earlier */
}

.thumb:hover
{
	opacity: 0.5;
    	filter: alpha(opacity=50); /* For IE8 and earlier */
}

#thumb1
{
	float:left;
	margin-left: 6px; 
	margin-bottom: 20px;
}

#thumb2
{
	float:left; 
	margin-bottom: 20px;
}

#thumb3
{
	float:left; 
	margin-left: 6px; 
	margin-bottom: 20px;
}

.info
{
	color:#1d1d1d;
	padding-top: 20px;
	text-align:center;
	font-size:30px;
}

a 
{
	color:#333;
	text-decoration:none;
}
a:hover 
{
	color:#999;
	background-color:#1d1d1d;
}