﻿/* CSS layout */

#container {
	width:550px;
	height:570px;
	background-image:url('images/p_clear_fade.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	background-attachment:fixed;
	
}

#masthead {
}
#top_nav {
}
#page_content {
	text-align:justify;
	position:absolute;
	top:0px;
	width:500px;
	left:7%;
}
#footer {
}



