﻿@import url('screen_appearance.css');
/* CSS layout */
html, body {       height: 100%; }
body {
	padding: 0px;
	margin: 5 auto 5 auto;
	color: #dddddd;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	background-color: #323275;
}
#container {
	margin: 0 auto 0 auto;
	border: 5px outset gray;
	width: 955px;
	height: 620px;
	margin-bottom: 0px;
	position: relative;
	background-image: url('../images/splash.jpg');
	background-repeat: repeat-y;
}
#header {
	height: 70px;
	
}

#page_content {
	margin: 0px 0px 0px 0px;	
	color: white;
	padding: 0px;
	height: 530px;
	text-align: left;
	
}

#footer {
	min-height: 50px;
	
}



