* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;	
}
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: #ffffff;
	background-image: url(images/tcherno_temp_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content {
	position: absolute;
	width: 100%;
	height: 180px;
	bottom: 0px;
}
#infos {
    position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 180px;
	margin-left: 50px;
	z-index: 3;
}

#content_contact {
	position: absolute;
	width: 100%;
	height: 310px;
	bottom: 0px;
}
#infos_contact {
    position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 310px;
	margin-left: 50px;
	z-index: 3;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

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

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0099;
	text-decoration: none;
}

a.other, a.other:link, a.other:visited, a.other:active {
	color: #FF0099;
	text-decoration: none;
	font-weight: bold;
}

a.other:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
}

.white {
	color: #ffffff;
}

.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: none;
	height: 20px;
	border: 1px solid #999999;
	line-height: 20px;
}

.contactarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: none;
	border: 1px solid #999999;
	line-height: 20px;
}

.submitcontact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	height: 20px;
	border: 0px;
	background-color: #FF0099;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
}


