﻿div 
{
	position: absolute;
	border: none; /*solid 1px Red;*/
	overflow: hidden;
}

div.intro 
{
	left: 50%;
	margin-left: -380px;
	width: 760px;
	top: 50%;
	margin-top: -195px;
	height: 310px;
}

div.language 
{
	right: 10px;
	top: 10px;
}

div.langChoice 
{
	left: 50%;
	margin-left: -100px;
	width: 200px;
	top: 50%;
	margin-top: 115px;
	height: 80px;
	vertical-align: middle;
}

div.logo 
{
	left: 50%;
	margin-left: 200px;
	width: 180px;
	top: 50%;
	margin-top: 115px;
	height: 80px;
}

div.menu
{
	left: 50%;
	margin-left: -380px;
	width: 760px;
	top: 50%;
	margin-top: -195px;
	height: 50px;
}

div.line 
{
	z-index: 0;
	left: 0;
	right: 0;
	width: 100%;
	top: 50%;
	margin-top: -143px;
	height: 5px;
	border: none;
	border-top: solid 2px Silver;
	empty-cells: show;
	overflow: hidden;
}

div.content
{
	left: 50%;
	margin-left: -380px;
	width: 760px;
	top: 50%;
	margin-top: -125px;
	height: 240px;
}

.width_100pct
{
	left: 0;
	right: 0;
	width: 100%;
	overflow: auto;
}

