@import url("http://yui.yahooapis.com/2.2.2/build/reset/reset-min.css");
@import url("layout.css");
@import url("typography.css");
@import url("home.css");

body{
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #EEE url(../images/body_back.gif) no-repeat center top;
	text-align: center;
	min-width: 99em;
}

#wrapper{
	position: relative;
	width: 99em;
	margin: 0 auto;
	text-align: left;
}