
.unnamed1 {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	/*background-attachment: fixed; */
	background-attachment: scroll; 
background-image: url(images/bg.jpg);	
background-repeat: no-repeat; 
background-position: center top; 
height: auto; 
width: 80%;

}
.mtable {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/bg.png);


}
.intable {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	top: 1px;

}
.tdmenu {
	background-attachment: fixed;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	background-position: center center;




}

A {
	text-decoration: none;
	color: #990099;
}
.b:link { color: #FF00FF; }
.b:visited { color: #ffffff; }
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}
.subbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-style: normal;
	font-weight: bold;
}
.bgleft {
	background-attachment: scroll;
	background-image: url(images/bgleft.jpg);
	background-repeat: repeat;
	background-position: center;
}
.bgright {
	background-attachment: scroll;
	background-image: url(images/bgright.jpg);
	background-repeat: repeat;
	background-position: center;
}
.bgbottom {
	background-attachment: scroll;
	background-image: url(images/bgbottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fullpanel {
	background-position: center top;
	position:absolute; top:-0px;
	/* z-index:1; */
}

