body {
	background-image: url(images/bg_r.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	background-attachment: fixed;
}
.bg_l {
	background-image: url(images/bg_l.jpg);
	background-repeat: repeat;
	background-position: top;
}
.bg_r {
	background-image: url(images/bg_r.jpg);
	background-repeat: repeat;
	background-position: top;
}
.te_4:link {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #57b3c5;
    text-decoration: none;
}
.te_4:visited {
	font-size: 12px;
	line-height: 18px;
	color: #26798a;
	letter-spacing: 1px;
	text-decoration: none;
}
.te_4:hover {
	font-size: 12px;
	line-height: 18px;
	color: #FF3300;
	letter-spacing: 1px;
	text-decoration: underline;
}
.te_3 {
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #666666;
}