* {
	padding:0;
	margin:0;
	outline: none;
	border: none;
	left:0;
	top:0;
}

a {
	text-decoration: none;
	color:#a7a7c1;
}

a:hover {
	color:#fff;
}

p, h1, h2 {
	color:#a7a7c1;
	font:normal 12px Arial;
}

h1 {
	font-weight:bold;
}

body  {
	background:url(bg.jpg) #52528e repeat-x;
	text-align:center;
}

#content {
	background-color:#7877b8;
	height:216px;
	width:100%;
	position:absolute;
	top:50%;
	margin-top:-108px;
}
	
.logo {
	width: 201px;
	height: 119px;
	margin:0 auto;
	text-align: center;
	left: 50%;
	top: 50%;
}

.vsebina {
	width: 201px;
	height: 119px;
	margin:0 auto;
	margin-top:110px;
	text-align: center;
	left: 50%;
	top: 50%;
}