* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
	color: #AAD5FF
}

a:hover {
	font-weight: bold;
	color: #FFFFFF;
}

body {

	color: rgb(255, 255, 255); 
	background-color: rgb(44, 44, 44);
	font-family: "Arial Narrow", Arial, sans-serif;
	background-image: url(../images/tile_top.png);
	background-repeat: repeat-x;
	
}

#container {
   min-height:100%;
   position:relative;
}

#logo {
	
	display: block;
	position: relative;
	top: 70px;
	margin-left: auto;
	margin-right: auto;
	width: 169px;
	height: 58px;
	padding-bottom: 80px;
	background: url(../images/logo.png) no-repeat;

}

#quote {

	z-index: 1;
	position: relative;
	font-style: italic;
	font-size: 0.8em;
	display: block;
	text-align: center;
	width: 715px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
	
}
/*
#quote a {
	
	color: #FFFFFF;
	text-decoration: underline; 
}

*/
#quote.pad {
	
	padding-top: 80px;
}

#footer {
	
	/*z-index: -1;*/
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0;
	background-image: url(../images/tile_bottom.png);
	background-repeat: repeat-x bottom;
}

#footer p {
	
	font-style: normal;
	font-size: 0.8em;
	font-family: Arial;
	text-align: right;
	padding-right: 20px;
	padding-top: 70px;
}