.int {
	background-attachment: fixed;
	background-image: url(images/left_back_int.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.backright {
	background-attachment: fixed;
	background-image: url(images/right_back_int.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.backgroundright {
	background-image: url(images/background_left_int_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.backgroundleft {
	background-image: url(images/background_right_int_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.text_int {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

