body {background-color:white;
			background-image:url(/Images/bg.png);
			background-position:bottom right;
			background-repeat:no-repeat;
			background-attachment:fixed;}
		p {font-family: "Franklin Gothic Medium";
			font-size: 10px;} 
		td, .text, div, input {color:black !important;}
		a {color:blue !important;} img {border:0px;}

		.div0 {
			background-color:white; color:black;
			width:800px; height:160px; overflow:auto;
			position:absolute; z-index:2; left:50%; top:0%;
			margin-left:-400px; margin-top:50px; text-align:center;
			visibility:visible;}

		.div1 {
			background-color:transparent;
			background-repeat:no-repeat;
			background-position:center center;
			background-attachment:scroll;
			color:black;
			width:150px; height:300px; overflow:auto;
			position:absolute; z-index:2; left:50%; top:0%;
			margin-left:-400px; margin-top:230px; text-align:left;
			visibility:visible;}

		.div2 {
			background-color:transparent;
			background-repeat:no-repeat;
			background-position:center center;
			background-attachment:scroll;
			color:black;
			width:580px; height:300px; overflow:auto;
			position:absolute; z-index:2; left:50%; top:0%;
			margin-left:-230px; margin-top:230px; text-align:left;
			visibility:visible;}