/* CSS Document */

body { margin: 0 20px; }

html, body { height:100%; }

table.centered { height:100%; width:100%; border-collapse:collapse; position:relative; }
table.centered td { vertical-align:middle; }

#layout { 
	width:945px;
	position:relative;
	margin-bottom:4px;
	margin-top:5px;
	text-align:left;
}

.main {
  position:relative; 
  clear: both; 
  width: 900px;
	height: 545px;
	background:url(img/main.jpg) left top no-repeat;
	text-align:left;
}

.content {
  position:relative; 
  clear: both; 
  width: 100%;
}

.logo {
  margin: 15px 0 0 70px;
	text-transform:uppercase;
	font-size: 1.1em;
	position: absolute;
}

.black_box {
  position:relative; 
  padding:10px;
	z-index:1;
}

.logo span { 
  position:absolute;
	background:#000000;
	width:100%;
	height:100%;
	z-index:0;
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
	
}

.cover { 
  margin: 0 16px 16px 0;
	float:left;
	text-align:left;
	font-size:0.8em
}

.facility {
  list-style:none;
	padding:0;
	margin: 315px 0 0 80px;
	position:absolute;
	font-size:0.8em;
	width: 350px;
	line-height:1.1em;
}

.facility ul{
  list-style:none;
	padding:0;
	margin:0;
}

.navigation {
	width:945px;
	right:50%;
	text-align:right;
	margin-top:8px;
}

.first_step {
  position:absolute;
	right:0;
	top:0;
	margin:10px;
}

.back { margin-top: 8px; width:945px; text-align:left;}

.registration {
  position:absolute;
	bottom:0;
	right:0;
	text-align:right;
}

.footer {
	clear: both;
	padding-top:5px;
	font-size: 0.85em;
	margin-bottom:10px;
	width:945px;
	text-align:center;
}
