html,body {
	FONT-SIZE: 10px; 
	BACKGROUND: black;
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat; 
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;

}
a {
	COLOR: gray; TEXT-DECORATION: none
}
a:hover {
	COLOR: white;
}
a:active {
	COLOR: gray;
}

#t1{
	width: 1000px;
	padding-top: 362px;
	padding-right: 80px;
	text-align: center;
}
img{
	margin-bottom: 20px;
}
a img {
	border: 1px solid black;
}
a:hover img{
	border: 1px solid #4B4B4B;
}
.transp a img{
	border: none !important;
}