@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
	margin-top: 0px;
}
#container{
	margin-right: auto;
	margin-left: auto;
	height: 700px;
	width: 998px;
	position: relative;
}
.mainbody{
	background-color: #FFF;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 650px;
	border: 1px solid #CCC;
	margin-top: 20px;
	-moz-box-shadow: 0 0 10px 5px #CACBE0;
	-webkit-box-shadow: 0 0 10px 5px#CACBE0;
	box-shadow: 0 0 10px 5px #CACBE0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
}
.pos-left-arrow{
	position: absolute;
	top: 300px;
	left: 0px;
	z-index: 10;
}
.pos-right-arrow{
	position: absolute;
	top: 300px;
	right: 0px;
	z-index: 10;
}
.pos-logo-bottom{
	position: absolute;
	bottom: 90px;
	left: 100px;
}
.pos-logo-bottom-2{
	position: absolute;
	bottom: 100px;
	right: 100px;
}
.stage{
	background-image: url(../images/black-gradient.png);
	background-repeat: repeat-x;
	width: 870px;
	position: absolute;
	top: 5px;
	left: 5px;
	height: 600px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #000;
	background-position: left bottom;
}
.title{
	font-size: 24px;
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 10px;
	display: block;
	text-align: center;
	z-index: 10;
	width: 100%;
}
.web-address{
	position: absolute;
	bottom: 10px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
a{
	font-size: 24px;
	color: #039;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;	
}
.pos-site{
	position: absolute;
	top: 10px;
	left: 10px;
}
.bottom-footer{
	position: absolute;
	left: 58px;
	bottom: -10px;
	z-index: 10;
}

/* Preloader */

#preloader {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* 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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}