
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	z-index: -10000;
	-webkit-transform: translateZ(-1000px);
	background-attachment:fixed;
	height: 100%;
	width:100%;
}


#div3d{


	width:100%;
	height:100%;
	-webkit-perspective: 600;
	perspective: 600;

	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;

    -webkit-perspective-origin: 50% 50%;

}

#mainDiv {

	width:100%;
	height:100%;
	-webkit-transform-style: preserve-3d;
/* 	position: fixed; */

}



.linkDiv{

font-family: arial, helvetica, sans-serif;
font-size: 16px;
text-align: right;

position: fixed;
z-index: 1000;
background-color: white;
opacity: .9;
width: 120px;

-webkit-transform: translate(0px, 0px)  scale(1) translateZ(10000px) skew(-20deg);
-moz-transform: translate(0px, 0px)  scale(1) translateZ(10000px) skew(-20deg);
-o-transform: translate(0px, 0px)  scale(1) translateZ(10000px) skew(-20deg);
-transform: translate(0px, 0px)  scale(1) translateZ(10000px) skew(-20deg);


	
	visibility = visible;
	overflow: hidden;
	padding:5px;
	padding-right:10px;
	padding-left:30px;

-moz-transition: -moz-transform .3s ease-out;
/* WebKit */
-webkit-transition: -webkit-transform .3s ease-out;
/* Opera */
-o-transition: -o-transform .3s ease-out;
/* Standard */
transition: transform .3s ease-out;



-webkit-box-shadow: 6px 6px 16px rgba(0, 0, 0, 1);
-moz-box-shadow: 6px 6px 16px rgba(0, 0, 0, 1);
box-shadow: 6px 6px 16px  rgba(0, 0, 0, 1);

}

