/* Frantsi */

html {
	background: #f2fafd url(../images/bg_body.png) repeat-x left top;
}

body {
	text-align: center;
}

#pageWrapper {
	width: 808px;
	margin: auto;
	background: transparent url(../images/bg_page.png) repeat-y left top;
	text-align: left;
}

#header {
	height: 226px;
	background: transparent url(../images/bg_header.png) no-repeat left top;
	position: relative;
}

#content {
	background: transparent url(../images/bg_content.png) no-repeat left top;
	padding: 0 40px 0 60px;
}

#footer {
	position: relative;
	height: 50px;
	background: transparent url(../images/bg_footer.png) no-repeat left bottom;
}
