html { -webkit-text-size-adjust: none; }

body {
    background-color: #FFFFFF;
 	scrollbar-face-color: #ffffff; 
	scrollbar-Base-Color: #ffffff; 
	scrollbar-arrow-color: black; 
	scrollbar-track-color: #ffffff; 
	scrollbar-shadow-color: black; 
	scrollbar-3dLight-Color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-highlight-color: black;	
}

body, p, h1, h2, h3, h4, table, td, th, ul, ol, textarea, input, select {
	color: #000000;
    font-size: 13px;
	font-family: calibri;
	/*font-family: verdana,helvetica,arial,sans-serif;*/
}

input, textarea, select  {
    border: 1px solid #777;
    background: #fff;
	color: #3574bb;
}
input:hover, textarea:hover, select:hover {
	border: 1px solid #3574bb;
	color: #000000;
}

a:link,a:visited {
    color: #bc251d;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    color: #5f707a;
    font-weight: normal;
    text-decoration: none;
}



/* Preloader */

@charset "utf-8";
body {
	overflow: hidden;
}

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:999999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

#orr {  
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:rgba(0,0,0,0.75);
    z-index:19990;
}

#orr > div {
	color: #ffffff;
	font-size: 35px;	
	font-weight: bold;
	font-family: calibri;
	text-align: center;
	position: relative;
	left:calc(100%/20);
	top:calc(100%/2);
}

#Table_01 {
	position: fixed;	
	margin: 0 auto;
	left:calc(100%/4);
	top:0px;
	width:1000px;
	height:800px;
}

#index-01 {
	background-image: url("../images/index_01_bg.jpg");
	position:absolute;
	left:-98%;
	top:0px;
	width:100%;
	height:800px;
}

#index-02 {
	position:absolute;
	left:19px;
	top:0px;
	width:960px;
	height:232px;
}

#index-03 {
	background-image: url("../images/index_03_bg.jpg");
	position:absolute;
	left:979px;
	top:0px;
	width:47%;
	height:800px;
}

#index-04 {
	position:absolute;
	left:19px;
	top:232px;
	/*width:960px;*/
	height:511px;
}

#index-05 {
	position:absolute;
	left:19px;
	top:743px;
	width:960px;
	height:39px;
}

#index-06 {
	position:absolute;
	left:19px;
	top:782px;
	width:573px;
	height:18px;
}

#index-07 {
	position:absolute;
	left:592px;
	top:782px;
	width:47px;
	height:12px;
}

#index-08 {
	position:absolute;
	left:639px;
	top:782px;
	width:340px;
	height:18px;
}

#index-09 {
	position:absolute;
	left:592px;
	top:794px;
	width:47px;
	height:6px;
}