BODY {
	background-color: #eeeeee;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
.no-repeat_bg {
	background-repeat: no-repeat;
	background-position: top center;
}
.no-repeat_bg2 {
	background-repeat: no-repeat;
}
.repeat-x_bg {
	background-repeat: repeat-x;
}
.repeat-y_bg {
	background-repeat: repeat-y;
}
.content_table {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
iframe {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	width: 120px;
	height: 600px;
}