	html, body { 
		height: 100%; 
		background: #FFFFFF url('background.gif') repeat-x; 
		margin: 0;
		padding: 0;
		font: 11px 'Lucida Grande', 'Segoe UI', Arial, Tahoma, Helvetica, sans-serif; 
		color: #333333;
		text-align: center
		}		
	
	#wrapper {
		width: 550px;
		height: 100%;
		padding: 0px; 
		margin: 0px auto;
		text-align: center;
		}
	
	#header {
		padding-top: 100px;
		width: 550px; 
		}
	
	#content {
		width: 550px; 
		padding: 0px; 
		margin: 0px auto; 
		clear:both;
		}
	
	#textbox {
		padding-top:15px; 
		padding-bottom:15px; 
		padding-left:5px; 
		padding-right:5px; 
		border-top: #CCCCCC 1px dotted; 
		border-bottom: #CCCCCC 1px dotted; 
		background: #f5f5f5; 
		font-size:11px;
		text-align:justify;
	}
	
	#logo {
		background: url('logotype.gif') right bottom no-repeat;
		width: 550px;
		height: 100px;
	}
		
	#footer {
		padding-top:25px;
		text-align: left;
		font-size: 9px;
	}
		
	h1 {
		text-indent:-9999px;
	}
	#about {
		text-indent:-9999px;
		display: none;
	}
	p {
		padding:0;
		margin:0;
	}	
	a {
		color: #333333;
		text-decoration: none;
		border-bottom: 1px #CCCCCC dotted;	
	}
	a:hover {
		color: #8c4b4b;
		text-decoration: none;
		border-bottom: 0px;
	}