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

body {
	font: 100% Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: fixed;
	z-index: 30000;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
}

/*html {
	overflow-y:hidden;
}*/

body {
	overflow-y:auto;
}

#container {
	position:relative;
	width: 830px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:10;
	bottom: 5px;
	margin-top:15%;
}

#container2 {
	position:relative;
	width: 830px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:5;
	bottom: 5px;
	margin-top:-15px;
}

.txt{
	z-index:4;
	overflow: auto;
	height:422px;
	width: 828px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	color: #ffffff;
	border: 1px solid #ffffff;
	left: 1px;
	background:url(Backgrounds/txtbg50.png) repeat-x;
	margin-top:0px
}

.marg{
	margin-top:25px;
}

#footer {
	width: 828px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:20px;
	z-index:1000;
	background-color:#010101;
	margin-top:6px;
	border:1px solid #ffffff;
	padding-top: 2px;
}

#fl{
	color: #ebebeb;
	font-size:9px;
	vertical-align: baseline;
}

#head{
	z-index:10;
}

.bg {
	-webkit-background-size: auto;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.top_dis {
	font-size: 100%;
	margin-left: 30px;
	margin-right: 30px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
}

.bot_dis {
	font-size: 85%;
	margin-left: 30px;
	margin-right: 30px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
}

.main_con    {
	font-size: 85%;
	margin-left: 30px;
	margin-right: 465px;
	font-family: Helvetica, Arial, serif;
	text-align: justify;
}

.main_con2    {
	font-size: 90%;
	margin-left: 30px;
	margin-right: 365px;
	font-family: Helvetica, Arial, serif;
	text-align: justify;
}

.right_con {
	font-size: 85%;
	margin-right: 30px;
	margin-left: 460px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
}

.pic {
	box-shadow: 0.2em 0.2em #CCC;
	border-color: #CCC;
	border-width: 1px;
	border-bottom-style: solid;
}

.tbl_con       {
	font-size: 85%;
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
}

a:link {
	color: #ebebeb;
}

a:hover{
	color: #ffffff;
}

a:visited{
	color: #ebebeb;
}

.shadow{
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
}

.shadow_inner{
	overflow:hidden;
	position:absolute;
	top: -1000px;
	filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
	opacity:0.1; /*firefox 1.5 opacity*/
	-moz-opacity:0.1; /*mozilla opacity*/
	-khtml-opacity:0.1; /*opacity*/
	z-index:10;
}
