/* CSS Global */

body {
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	color: #E1DFD2;
	background-image: url(../images/bg_flat_color.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	line-height: 18px;
}
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#outer_area {
	height: 100%;
	width: 100%;
	background-image: url(../images/bg_stripes.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	line-height: 18px;	
}
#container {
	width: 768px;
	height: auto;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.clearer {
	float: none;
	display: block;
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

