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

.background_left {
	background-attachment: scroll;
	background-image: url(images/background_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.background_right {
	background-attachment: scroll;
	background-image: url(images/background_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.background_body {
	background-attachment: scroll;
	background-image: url(images/background_body_09.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.background_footer {
	background-attachment: scroll;
	background-image: url(images/background_body_10.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.height_100 {
	height: 100%;
}
.text_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	text-align: left;
}
