	html,body
	{
		color: #ffffff;
		background: #413f3b url("images/bg.jpg");
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 90%;
		margin: 0;
		padding: 0;
		text-align: center;
		height: 100%;
	}
	a 
	{
		color: #b5c1ad;
		text-decoration: none;
	}
	a:hover 
	{
		color: #ffffff;
	}
	#container
	{
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position: relative;
	}			
	#header 
	{
		background-image: url("images/bg-header.jpg");
		padding: 0px 0px 0px 0px;
		height: 100px;
		position: fixed;
		top: 0px;
		width: 100%;
		z-index: 50;
		font-size: 120%
	}
	#nav 
	{
		float: right;
		font-family: QuicksandBook, Helvetica, Arial, sans-serif;
		padding: 45px 0px 0px 0px;
		text-align: right;
	}
	#logo 
	{
		margin-top: 12%;
		margin-left: 0px;
	}
	#footer 
	{
		position: absolute;
		bottom:0;
		width: 100%;
		height:40px;
		clear: both;
		background: rgba(0, 0, 0, 0.2);
		padding: 5px 10px;
	}
	#footer p 
	{
		font-family: Helvetica, Arial, sans-serif;
		font-size: 75%;
	}
	#page
	{
		width: 960px;
		margin: 0px auto;
		margin-top:115px;
		padding-bottom: 55px;
	}
