@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, 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 */
}

.index #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #a5a5a5;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	left:0px;
}

.index #logo {
	width:400px;
	margin: 0 auto;
	border: 0px solid #999999;
}


.index #language {
	width:400px;
	margin: 0 auto;
	border: 0px solid #999999;
	text-align:center;
}

.index #infotxt {
	width:780px;
	margin: 0 auto;
	border: 0px solid #999999;
	text-align:center;
}


h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:40px;
	color:#a5a5a5;
	display:inline;
	word-spacing:40px;
}

a {
	color:#a5a5a5;
	text-decoration:none;
}

.style1 {
	font-size:8px;
	color: #ffffff;
	line-height:100%
}

.style2 {
	font-size:10px;
	color: #ffffff;
	line-height:100%
}