﻿body {
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/main/bg_all.gif');
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana;
	font-size: 8pt;
	color: #CCCCCC;
}
.galeri {
	width:104px;
	height: 124px;
	border: 1px #333333 solid;
	background:black;
	padding:4px 4px 4px 4px;
	float:left;
	margin:4px 6px 4px 6px;
}
.galeri:hover {
	border: 1px #144D29 solid;
}
.galeri img{
	border: 2px #333333 solid;
}
.galeri p{
	text-align:center;
	margin-top:2px;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
