body {
	font-size: 8pt;
	font-family:arial;
	text-align:center;
	color: #ffffff;
	background:#000000;
	background-image:url(images/head.jpg);
	background-repeat:repeat-x;
	background-position:right top;
	margin:0px auto;
}
#entry {
	width:800px;
	margin:250px auto;
	text-align:left;
}
#footer {
	background:#000;
	font-size: 8pt;
	overflow:hidden;
	text-align:left;
	width:100%;
	height:40px;
	margin-top:50px;
}
#footer p {
	text-align:center;
	color:#bdbdbd;
	font-size: 8pt;
	margin:0;
	padding:17px;
}
.thumbs {
	text-align:center;
}




a {
	color: #ffffff;
}
a:link {
	color: #BDBDBD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BDBDBD;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #666666;
}





a img {
	border: #ffffff solid 0px;
}
a:link img {
	border: #ffffff solid 0px;
}
a:visited img {
	border: #ffffff solid 0px;
}
a:hover img {
	border: #333333 solid 0px;
}
a:active img {
	border: #ffffff solid 0px;
}