/*
html { 
  background: url(img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/
html, body { 
font-family: "Helvetica",Arial,sans-serif;
font-weight: 500;
color:#333;
/*background-color:#fbfbfb;*/
margin:0; padding:0; height:100%; margin: auto;
}

html,body {
   background: url(img/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg.jpg',     sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg.jpg', sizingMethod='scale');
}

html {
     overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

.page_content_wrapper_class_o{
	width:100%;
	height:100%;
	padding: 0%;
	padding-bottom: 66.666666666667%; /* 960px/1440px */
	background-image: url(img/bg.jpg); 
	/* background-image:url(img/fluid/image-1440x960.jpg); */
	background-size:cover;
	background-position:center; /* IE fix */
}
.page_content_wrapper_class_4{
	margin: auto; 
	width:100%;
	height:100%;
	padding: 95%;
	background-image: url(img/bg.jpg); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size:cover  ;
	background-repeat: no-repeat;
	background-position:center center; /* IE fix */
	background-attachment: fixed;
}

.page_content_wrapper_class{
    width: 100%; 
    height: 100%; 
}

.page_content_wrapper_class3{
	width:100%;
	height:100%;
	padding: 0%;
	display:block;
	padding-bottom: 99.666666666667%; /* 960px/1440px */
	background-image: url(img/bg.jpg) no-repeat center center; 
	/* background-image:url(img/fluid/image-1440x960.jpg); */
	background-size:cover | contain;;
	background-position:center; /* IE fix */
}

.page_content_wrapper_class2{
	width:100%;
    min-height:100%;
	background-image:url(img/bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

	background-size:cover;
	background-position:center; /* IE fix */
	z-index: 100;

}

.wt-highlight_text{
	background: red;
	color: #fff;
	width: 100%;
}
.wt-highlight_error{
	/*border: 1px red solid;*/
	width: 100%;
	border: 1px #fff solid;
}
.wt-highlight_error:hover{
border: 1px red solid;
}

#p_version{
font-size: 10px;line-height: 12px;margin: 0px;width: 100%;text-align: left;color: #999999;float: left;
}
.wt-logo{
	text-align: middle;
	float: right;
	margin-top: -30px;
}
.img_wt-logo{
}

.rotate{
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;

-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;

overflow:hidden;

}

.rotate:hover
{
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
}