﻿/* CSS layout */
#masthead {
	background-image: url('file:///C:/Documents%20and%20Settings/Skw0705/Mina%20dokument/MyWeb/swengelsk/images/logo2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	top: 20px;
	width: auto;
	height: 72px;
}
#top_nav {
top: 50px;
	width: auto;
	height: auto;
	text-align: center;
}
#container {
    height:auto
    width: 80%;
}
#page_content {
	background-position: center center;
	padding: 30px;
	margin: auto;
	width: 90%;
	text-align: left;
}
#footer {
	background-image: url('logistic1.jpg');
	background-position: center;
	background-repeat: no-repeat;
	height: 118px;
}

