@charset "UTF-8";
/* CSS Document */

img, div { behavior: url(../iepngfix.htc) }

body {
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.5em;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #333;
	background-color: #F9D4A8;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper {
	width: 900px;
	background: url(../images/content_bg.png) top left repeat-y;
	margin: 0 auto;
}

#footer {
	width: 900px;
	height: 48px;
	background: url(../images/footer.png) top left no-repeat;
	padding-top: 15px;
}

