/**
 * @name Seattle Repertory Theatre User Interface
 * @version 2009.06.11
 * @author nick@axisweb.com
 * 
 * @type CSS
 */

* {
	padding:0;
	margin:0;
}
html, body {
	height:100%;
	color:#555;
	background-color:#000;
}
body {
	font-family:"lucida sans", verdana, arial, helvetica, sans-serif;
	font-size:10px;
}
#wp {
	min-height:100%;
	margin:0 auto;
}
* html #wp { height: 100%; }

#bd { padding-top:15px; }
#bd, #ft {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#ft { padding-top:2px; }
