.ShadowLeft {
	background-attachment: fixed;
	background-image: url(../images/css/ShadowLeft.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.ShadowRight {
	background-attachment: fixed;
	background-image: url(../images/css/ShadowRight.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.Iframe {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	color: #FFFFFF;
}
.MainBG {
	background-attachment: fixed;
	background-image: url(../images/css/MainBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
.FullHeight{
height:100%
}

