* {
	margin: 0 auto;
	padding: 0;
}

html {
	height: 100%;
	background: url(images/bg_html.gif) repeat-y 50% 0 #fff;
}

body {
	height: 100%;
	background: url(images/bg_body.gif) no-repeat 50% 0 transparent;
	color: #000;
	font-family: Tahoma, sans serif;
	font-size: 13px;
}

a {
	font-style: normal;
	color: #dd0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	width: 990px;
}

img#auto {
	position: absolute;
	top: 31px;
	left: 17px;
	z-index: 1;
}

img#fts {
	position: absolute;
	top: 18px;
	left: 402px;
	z-index: 2;
}

img#inh {
	position: absolute;
	top: 84px;
	left: 492px;
	z-index: 2;
}

#cont1 {
	position: relative;
	float: left;
	width: 200px;
	margin: 300px 25px 25px 25px;
	text-align: right;
}

#cont2 {
	position: relative;
	float: left;
	width: 240px;
	margin: 300px 0px 25px 0px;
}

#cont3 {
	position: relative;
	float: left;
	width: 450px;
	margin: 300px 25px 25px 25px;
}

#info {
    background: none repeat scroll 0 0 #EEE;
    border: 0;
    text-align: center;
    height: 20px;
    padding: 5px 0 0 0;
    margin: 230px auto 0 auto;
    position: absolute;
    width: 990px;
    font-weight: normal;
}

#fuss {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    height: 20px;
    padding-top: 5px;
    color: #CCC;
    border-top: 1px solid #EEE;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana, Georgia, serif;
    margin: 0;
    position: fixed;
    width: 990px;
}
#fuss a {
	color: #BBB;
	text-decoration: underline;
}