﻿@import url('../main.css');
/* CSS layout */
#masthead {
	background-image: url('../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 {
    height:auto
    width: 80%;

}
#footer {
	background-image: url('../images/logistic1.jpg');
	background-position: center;
	background-repeat: no-repeat;
	height: 118px;
}
