.logo {
	position: absolute;
	top: 66px;
	left: 10px;
	background-color: white;
	border: none;
}
.logoback {
	position: absolute;
	top: 30px;
	left: 10px;
	width: 190px;
	height: 50px;
	background-color: white;
}

.header {
	position: absolute;
	top: 30px;
	left: 190px;
	width: 160px;
}

.links{
	
	position: absolute;
	top: 121px;
	left: 10px;
	width: 900px;
	background-color: #eeeeee;
	font-size: 0.7em;
	font-family: sans-serif;
}

.sublinks{
	position: absolute;
	top: 530px;
}

.side{
	position: absolute;
	top: 154px;
	left: 10px;
	height: 450px;
	background-color: white;
	width: 200px;
	font-size: 0.9em;
}

.vind{
	position: absolute;
	top: 160px;
	left: 200px;
	text-align: center;
	background-color: white;
	
}

.leftMain{
	position: absolute;
	top: 160px;
	left: 200px;
	width: 710px;
	background-color: white;
	
}

.main{
	position: absolute;
	top: 160px;
	left: 500px;
	width: 410px;
	height: 450px;
	text-align: center;
	background-color: white;
}

.mainStor{
	position: absolute;
	top: 154px;
	left: 200px;
	width: 710px;
	height: 450px;
	text-align: left;
	background-color: white;	
}

.footer{
	position: absolute;
	top: 600px;
	left: 10px;
	width: 900px;
	border-top: 1px solid #black;
	text-align: center;
	background-color: #eeeeee;
	font-size: 0.7em;
}
a {
color: #000;
text-decoration: none;
}

body {
	background-color: #cdcdcd;
}

p {
	font-family: sans-serif;
}
