@charset "UTF-8";
/* CSS Document */
html, body{
	height:100%; 
	padding:0; 
	margin:0;
	font-family:Georgia;
	font-size:11pt;
	color:#453d3e;
}
#structure{
	width:100%; 
	height:100%;
}
#teaser-header{
	height:20%; 
	background-color:#eeded5;
}
#teaser-body{
	height:50%;
}
#teaser-footer{
	height:30%; 
	background-color:#98868a;
}
