/* AT2 CSS Layout */

body {
	font-family: verdana, sans-serif;
	background:url(layout/stripe_tile.gif);
	text-align:center;
	}

#container {
	width:900px;
	margin: 0 auto;
	text-align:left;
	}
	
#header {
	height:113px;
	width:900px;
	position:absolute;
	top:0px;
	z-index:1;
	}

#content {
	width:900px;
	position:absolute;
	top:137px;
	height:auto;
	background:url(layout/content.png);
	background-repeat:repeat-y;
	font-size:13px;
	color:#666666;
	}
	
#footer {
	width:900px;
	height:26px;
	position: absolute;
	bottom: 0px;
	margin: 0 auto;
	}

