body
{
	font: 12px "Courier";
	color: #db2934;
}

a {text-decoration: none;color: #db2934;}
li {color: #db2934;font-size: 12px;}
img {border: 0;}

#center
{
	position: absolute;
	top: 50%;
	left: 50%;
}
#home #center
{
	width: 600px;
	height: 500px;
	margin: -250px 0 0 -300px;
	text-align: center;
}
#overview #center
{
	width: 200px;
	height: 120px;
	margin: -60px 0 0 -50px;
}
#webshop #center {
	width: 350px;
	height: 120px;
	margin: -60px 0 0 -175px;
}
#store #center {
	width: 600px;
	height: 500px;
	margin: -250px 0 0 -300px;
}
	#store .twocol {
		float: left;
		width: 200px;
		margin: 0 0 0 100px;
	}
#selection #center {
	width: 700px;
	height: 500px;
	margin: -250px 0 0 -300px;
}
	#selection .twocol {
		float: left;
		width: 350px;
	}
#selection2 #center {
	width: 730px;
	height: 500px;
	margin: -250px 0 0 -315px;
}
	#selection2 .twocol {
		float: left;
		width: 350px;
	}
#selection3 #center {
	width: 730px;
	height: 500px;
	margin: -250px 0 0 -315px;
}
	#selection3 .twocol {
		float: left;
		width: 350px;
	}
.col
{
	float: left;
	width: 200px;
	text-align: center;
}

.col-inredning
{
	float: left;
	width: 600px;
	text-align: left;
}