			body {
				margin:0;
				background: #000 url("/img/bgT.gif") repeat 0 1px fixed;
			}
			
			canvas { opacity: .8; position:absolute; z-index: 0; width: 100%; height:100%; left:0; top:0;}
			
			#container {
				position:absolute;
				top: 15%;
				width: 100%;
				z-index: 1;
			}
			#parallax {
				position:relative;
				overflow:hidden; 
				width:50em; 
				height:20em;
				background: white;
				-webkit-border-radius: 15px;
				-moz-border-radius: 15px;
				border-radius: 15px;
				border-bottom: 40px solid white;
				/*
				behavior: url(/template/PIE/PIE.php);
				*/
			}
			.logo img {
				width: 40px;
				height: 40px;
				margin-left: -10px;
			}
			.logo {
				position: relative;
				top: 10px;
				left: 0px;
				z-index: 0;
				filter:alpha(opacity=100);
				-moz-opacity:1.00;
				-khtml-opacity: 1.00;
				opacity: 1.00;
			}
			.logo:hover {
				filter:alpha(opacity=100);
				-moz-opacity:1.00;
				-khtml-opacity: 1.00;
				opacity: 1.00;
			}
			.logo2 {
				color: black;
				font: bold 20px/1.5 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
				position: relative;
				top: 32px;
				left: 310px;
				z-index: 10;
			}
			.logo3 img {
				width: 40px;
				height:40px;
				margin-left: -10px;
			}
			.logo3 {
				position: relative;
				top: 10px;
				left: 0px;
				z-index: 1;
				display: none;
			}
			.scLogo {
				font-family: 'Tangerine', arial, serif; 
				font-size: 32px; 
				font-weight: bold;
				position: relative;
				top: 34px;
				left: 315px;
				z-index: 10;
			}
			
