/* CSS Document */

@charset "iso-8859-2";

html,
body {
	margin: 0;
	padding: 0;
	height: 100%
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align: center;
	color: #000;
	min-height: 800px;
	min-width: 1200px;
}

#vcenter {
	float: left;
    height: 50%;
    margin-top: -400px; /* half vertical height*/
    width: 100%;
}

#main { 
	position: relative;
	width: 1200px;
	height: 800px;
	background: url(../graphics/background.jpg) top center no-repeat #808080;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	clear: both;
} 

#main_col {
	position: absolute;
	top: 25px;
	left: 500px;
	width: 350px;
}

h1 {
	color: #fff;
	background-color: #c22026;
	padding: 10px;
	margin: 0 0 18px 0;
	font-size: 24px;
}

p {
	background-color: #fff;
	margin: 0 0 13px 0;
	padding: 10px;
	font-size: 15px;
	border-bottom: 2px solid #000;
}

p em {
	font-style: normal;
	background-color: #c22026;
	color: #fff;
}

#right_col {
	position: absolute;
	top: 25px;
	left: 900px;
	width: 215px;
}

h2 {
	background-color: #fff;
	padding: 0 0 10px 0;
	margin: 0 0 18px 0;
	font-size: 15px;
	text-align: center;
}

h2 em {
	display: block;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	background-color: #c33026;
	padding: 10px 0;
}

h2 a,
h2 a:link,
h2 a:visited,
h2 a:active {
	color: #000;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h2#promo {
	background-color: #c33026;
	text-align: center;
	padding: 10px 0 0 0;
	font-weight: normal;
}

h2#promo em {
	font-size: 24px;
	color: #fff;
	font-style: normal;
}

h2#promo a {
	display: block;
	font-size: 13px;
	background-color: #fff;
	padding: 10px 0;
	margin-top: 10px;
}


#feedback {
	position: absolute;
	top: 580px;
	left: 910px;
	width: 215px;
}

#feedback p {
	background: none;
	font-size: 11px;
	border: none;
}

#logotypes1 {
	position: absolute;
	top: 700px;
	left: 300px;
	height: 75px;
	font-size: 12px;
}

#logotypes1 img {
	margin-top: 5px;
}

#logotypes2 {
	position: absolute;
	top: 700px;
	left: 500px;
	height: 75px;
	font-size: 12px;
}

#logotypes2 img {
	margin-top: 5px;
}
