	body, html {
		height: 100%;
	}
	
	body {  
		font-family: Arial, Helvetica, sans-serif;
		color: #fff;
		margin: 0;
		text-align: center;
		background: #333 url(../images/bg_body_tile.jpg) 0 0 repeat-x;
	}
	
	.center {
		text-align: center;
	}
	
	#wrapper {
		position: relative;
		text-align: left;
		width: 850px;
		margin: 0 auto 0 auto;
		padding: 0;
		min-height: 100%;
	}
	
	.large {
		font-size: 160%;
	}
	
	p, li {
		font-size: 100%;
		line-height: 1.5em;
		clear: both;
		color: #ccc;
	}
	
	a {
		color: #ccc;
		text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	* html #wrapper {
		height: 100%;
	}
	
	#header {
		width: 850px;
		margin-top: 19px;
		display: block;
	}
	
	#header h1 {
		margin: 0; padding: 0;
		position: relative;
		width: 850px; height: 166px;
		overflow: hidden;
	}
	
	#header h1 a {
		display: block;
		cursor: pointer;
	}
		 
		#header h1 span {
			display: block;
			position: absolute; left: 0; top: 0; z-index:1;
			width: 850px; height: 166px;
			margin: 0; padding: 0;
			background: url("../images/logoheader.jpg") top left no-repeat;
		}
		
	#slideshow-wrapper {
		width: 830px;
		padding: 0 10px;
		text-align: center;
		background-color: #494949;		
		display: block;
	}
	
	#slideshow-footer {
		background: #494949 url(../images/bg_slideshow_footer.jpg) top no-repeat;
		width: 830px; height: 10px;
		padding: 0 10px;		
		display: block;
	}
	
	#content-wrapper {
		width: 830px;
		padding: 0 10px;
		margin: 0;
		display: block;
	}
	
		#content-wrapper .contact {
			float: right;
			background: url(../images/bg_contact_fixed.jpg) right top no-repeat;
			width: 291px; height: 74px;
			overflow: hidden;
			padding: 10px 10px;
			text-align: right;
			font-size: 110%;
		}			
		
		#content-wrapper .contact p {
			font-size: 120%;
			margin: 0;
			line-height: normal;
		}
		
		#content-wrapper h2 {
			color: #ccc;
			font-size: 180%;
			font-weight: 100;
			margin: 0; padding-top: 50px;
		}

	#footer {
		width: 100%;
		padding: 10px 0 20px;
		text-align: center;
		background: #070908;
		margin-top: 40px;
	}
	
	#footer p {
		text-align: center;
		font-size: 67.5%;
		color: #666;
	}
	
	#footer p img {
		border: none;
	}
		