﻿/* CSS layout */
#masthead {
	background-image: url('file:///C:/WEB/swengelsk/images/logo2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	top: 20px;
	width: auto;
	height: 72px;
}
#page_content {
	background-position: center center;
	margin: auto;
	width: 90%;
	text-align: center;
}
#footer {
	background-image: url('../images/logistic1.jpg');
	background-position: center;
	background-repeat: no-repeat;
	height: 118px;
}


