﻿/* CSS layout */
#masthead {
	background-image: url('ss235.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #000000;
	background-position: center center;
	background: #000000;
}
#top_nav {
	background-image: url('ss235.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center center;
}
div {
	background-image: url('image002.jpg');
	background-repeat: inherit;
	background-position: center center;
	background-attachment: fixed;
	overflow: auto;
	background-color: #000000;
}
#footer {
}