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

body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #00335b;
	}
	
	
a{
	color: #FFF;
	text-decoration: underline;
	}
	
#container{
	height: 1000px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #00335b;
	background-image: url(../images/backgroundContainer.png);
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #009ee0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #009ee0;
	}
	
#main{
	height: 280px;
	width: 960px;
	position: relative;
	top: 95px;
	clear: right;
	z-index: 5;
	text-align: center;
	vertical-align: middle;
	}


#language{
	height: 20px;
	width: 180px;
	margin-right: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #009ee0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
	margin-top: 0px;
	z-index: 1;
	margin-bottom: 0px;
	clear: none;
	top: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00335b;
	}
	
.botton_image{
	position: absolute;
	width:auto;
	height: 30px;
	left:50%;
	margin-top:10px;
	margin-left:-348px;
	z-index:250;	
	}
	
	
#flash_window{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	background-image: url(../../../../../images/90PercentTransparency.png);
	z-index:1000;
	}
	
#flash_video{
	position:fixed;
	left:50%;
	margin-left: -350px;
	top:50%;
	margin-top: -350px;
	padding-top: 30px;
	width:700px;
	height: 700px;
	background-color: transparent;
	z-index:1100;
	}
	
	
#close_button{
	position: relative;
	width: auto;
	height: 50px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 20px;
	float:left;
	}

