body {
	margin: 0;
	padding: 0;
} 
.header {
	background-image: url(/img/inc_bg_top.jpg);
}
.footer {
	background-image: url(/img/inc_bg_bot.jpg);
}
.content_box {
	overflow: auto;
	background-attachment: fixed;
	background-image: url(/img/content_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	border: 1px solid #CCCCCC;
}
.content_bg_bot {
	overflow: auto;
	background-attachment: fixed;
	background-image: url(/img/content_bg2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.content_contact {
	background-attachment: fixed;
	background-image: url(/img/bg_contact.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.cont_bg_contact {
	background-attachment: scroll;
	background-image: url(../img/bg_contact.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contact_bg {
	background-attachment: fixed;
	background-image: url(../img/contact.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.align_right {
	right: 0px;
}
