* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}
body {
	background: #4d4b4c;
}
#container {
	width: 800px;
	margin: 0 auto;
	position: relative;
	padding-top: 3em;
}
#content {
	background: url('images/koncept1.jpg') no-repeat;
	padding-top: 480px;
	color: #000;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}
#content p,
#content ul {
	margin: 2px 60px;
}
#content li {
	display: inline;
}
#menu {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	list-style: none outside;
}
#menu li {
	display: inline;
}
#menu a {
	font-family: Verdana, sans-serif;
	color: #efefef;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 38px;
	letter-spacing: .06em;
	padding: .2em .8em;
}
#menu a:hover {
	background: #7d7b7c;
}
p#s4n {
	font-size: 12px;
	position: relative;
	text-align: center;
	padding-top: 80px;
	width: 100%;
}
#s4n img {
	border: none;
	position: absolute;
	right: 2px;
	bottom: 2px;
}