﻿/* CSS layout */

#header {
	padding: 0px;
	width: 100%;
	line-height: normal;
}

#container {
	width: 100%;
}
#page_content {
	width: 100%;
}
#footer {
	width: 100%;
	bottom: 500px;
}
