
body {
	background-color: black;
	padding: 0px;
	margin: 0px;
}

#top {
	background-image: url('gallery/www_alfaamore_hu.png');
	background-repeat: no-repeat;
	background-position: 12px 17px;
	height: 49px;
	width: 100%;
	border-bottom: 1px solid white;
	overflow: hidden;
}

#top div {
	display: block;
	margin: 17px 17px 0px 0px;
	text-align: right;
	font-family: arial,helvetica;
	color: white;
	font-weight: bold;
	font-size: 8pt;
}

#top div a {
	color: white;
	text-decoration: none;
}

#pic {
	display: block;
	margin: 0px;
	padding: 0px;
}

#bottom {
	border-top: 1px solid white;
	padding: 10px 10px 0px 10px;
	font-family: arial,helvetica;
	color: white;
	font-size: 8pt;
	text-align: center;
}

#bottom a {
	display: block;
	width: 30px;
	height: 30px;
}

#bottom #prevCont {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
}

#bottom #nextCont {
	display: block;
	width: 30px;
	height: 30px;
	float: right;
}

#bottom #prev {
	background-image: url('gallery/prev.png');
}

#bottom #next {
	background-image: url('gallery/next.png');
}

#bottom a span {
	display: none;
}

#preLoad {
	display: none;
	position: absolute;
	top: 49px;
	left: 0px;
	background-color: #333333;
	border: 1px solid white;
	width: 70px;
	color: white;
	font-family: tahoma,verdana,arial,helvetica;
	font-weight: bold;
	font-size: 10pt;
	padding: 5px;
}
