html {
	height: 100%;
}

body {
	background: url(../img/background.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-family: sans-serif;
	margin: 0;
	height: 100%;
	color: #fff;
}

table {
	height: 100%;
	width: 100%;
}

a {
	color: #fff;
}

#logo {
	vertical-align: top;
	height: 180px;
}

#logo div {
	margin: 30px;
}

#logo img {
	height: 120px;
}

#gallery {
	text-align: center;
	width: 270px;
}

#gallery div div {
	cursor: pointer;
	background: #000;
	width: 270px;
	padding: 15px;
	margin: 15px;
}

#bottom {
	vertical-align: bottom;
	height: 280px;
	text-align: right;
}

#contact {
	padding: 15px;
	margin: 30px;
	margin-top: 150px;
	float: left;
	text-align: left;
	height: 90px;
	font-size: 20px;
}

#images {
	margin: 15px;
}

#images img {
	height: 250px;
	margin: 15px;
}

#images a.skriveno {
	display: none;
}
