@charset "utf-8";
#thumbs_page {
	background-image: url(http://www.jdm-online.com/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0F0F0F;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 100%;
	height:100%;
}

a {
	color: #ccc;
	text-decoration: none;	
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

.links {
	font-size: 13px;	
}


.links b {
	font-size: 24px;
}

.links b a {
	color: #FFFFFF;
}

.links b a:hover {
	color: #B20008;
	text-decoration: none;
}

a img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
}

a:hover img  {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
}


