@font-face {
    font-family: 'EurostileBold';
    src: url('eurostilebold-webfont.eot');
    src: url('eurostilebold-webfont.eot?#iefix') format('embedded-opentype'),
         url('eurostilebold-webfont.woff') format('woff'),
         url('eurostilebold-webfont.ttf') format('truetype'),
         url('eurostilebold-webfont.svg#EurostileBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EurostileRegular';
    src: url('eurostile-webfont.eot');
    src: url('eurostile-webfont.eot?#iefix') format('embedded-opentype'),
         url('eurostile-webfont.woff') format('woff'),
         url('eurostile-webfont.ttf') format('truetype'),
         url('eurostile-webfont.svg#EurostileRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html, body {
	margin: 0px;
	padding: 0px;
	/* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; /* Hack for IE5/Win */
	background-color: black;
	font-family: EurostileRegular;
	width: 100%;
	height: 100%;
}

#logo_text {
	position: absolute;
	top: 25px;
	left: 27px;
	font-size: 20px;
	color: #434343;
	letter-spacing: 1px;
	font-family: EurostileBold;
}


#header {
	text-align: right;
	font-size: 21px;
	font-family: EurostileBold;
	font-weight: bold;
	padding: 13px 10px 0px 0px;
}

#header span {
	padding-left: 25px;
	color: black;
}

#header span a {
	color: black;
	text-decoration: none;
}

#header span a:hover {
	color: #666666;
}

#header span img {
	padding-right: 2px;
}

#header span.lang {
	font-family: EurostileRegular;
}

#header span.lang a{
	font-family: EurostileBold;
}

#content {
	position: relative;
	top: 50%;
	width: 966px;
	height: 574px;
	margin: -287px auto 0px; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	border: none;
	background-color: white;
}

#content h1 {
	text-align: right;
	padding-top: 22px;
	font-size: 33px;
	color: #434343;
	letter-spacing: 1px;
}

#content h1 span.i1 {
	padding-right: 150px;
}

#content h1 span.i2 {
	padding-right: 30px;
	position: relative;
	bottom: 5px;
}

#content h2 {
	position: relative;
	top: 127px;
	left: 30px;
	color:white;
	width: 850px;
	font-size: 25px;
}

#content h2 span.bold{
	font-family: EurostileBold;
}

#content .list {
	position:relative;
	top: 210px;
	right: 30px;
	text-align: right;
	color:white;
	font-size: 28px;
}

#content .list img {
	padding-right: 2px;
}

#footer {
	position: absolute;
	bottom: 10px;
	width: 100%;
	color: white;
}

#footer div {
	display: inline-block;
}

#footer div.left {
	padding-left: 25px;
}

#footer div.right {
	padding-left: 100px;
}

#footer .small {
	font-size: 26px;
	padding-right: 5px;
}

#footer .big {
	font-size: 36px;
	font-family: EurostileBold;
}

form {
	position: relative;
	top: 90px;
	font-size: 21px;
	color: white;
}

input {
	width: 280px;
	height: 20px;
	margin-bottom: 16px;
}

label {
	display: inline-block;
	margin-bottom: 20px;
	font-family: EurostileBold;
}

#f_left {
	display: inline-block;
	margin-right: 20px;
}

#f_left_label {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin:0px 50px 0px 20px;
}

#f_left_input {
	display: inline-block;
	text-align: right;
	vertical-align: top;
}

#f_right {
	display: inline-block;
	text-align: right;
}

#f_right_label {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin:0px 50px 0px 20px;
}

#f_right_input {
	display: inline-block;
	text-align: right;
	vertical-align: top;
}

#block {
	position: relative;
	top: 170px;
	text-align: left;
	width: 666px;
	margin: 0 auto;
	font-size: 24px;
	color: white;
	line-height: 21px;
}

#block_0 {
	margin-bottom: 10px;
}

#block_1 {
	display: inline-block;
	vertical-align: top;
	margin-right: 100px;
}

#block_2 {
	display: inline-block;
	vertical-align: top;
}

.button {
	background-color: white;
	position: absolute; 
	width: 60px;
	right:30px;
	top: -30px; 
	font-family: EurostileBold;
}

.button_en {
	background-color: white;
	position: absolute; 
	width: 60px;
	right:20px;
	top: -30px; 
	font-family: EurostileBold;
}