* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #080705 url('../images/background.jpeg') no-repeat fixed center center;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #b3b3b3;
	overflow: hidden;
}

img {
	border: none;
}

#photo {
	background: transparent url('../images/photo_shadow.png') no-repeat;
	position: absolute;
	width: 950px;
	height: 650px;
	left: 50%;
	top: 50%;
	margin-top: -312px;
	margin-left: -462px;
}

#photo h1 {
	font-weight: bold;
	display: none;
	font-size: 16px;
	position: absolute;
	bottom: 50%;
	margin-bottom: -280px;
	margin-left: 50px;
	z-index: 10;
}

#photo img {
	position: absolute;
	margin: 25px;
	width: 900px;
	height: 600px;
}

#photo p {
	background: url('/images/description_background.png');
	position: absolute;
	bottom: 50%;
	margin-bottom: -300px;
	margin-left: 25px;
	width: 850px;
	min-height: 10px;
	padding: 25px;
	display: none;
	text-align: right;
}

a[title="Poprzednie zdjęcie"], a[title="Następne zdjęcie"], a[title="Slideshow"], a[title="Powrót"] {
	position: absolute;
	top: 50%;
}

a[title="Poprzednie zdjęcie"] {
	left: 25px;
}

a[title="Następne zdjęcie"] {
	right: 25px;
}

a[title="Slideshow"] {
	left: 50%;
	margin-left: -30px;
	margin-top: 350px;
}

a[title="Powrót"] {
	left: 50%;
	margin-left: 402px;
	margin-top: 350px;
}