* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}

body {
text-align: center; 
background-image:url(../images/bg.jpg);
background-repeat: repeat-x;
background-color:#FFFFFF;
font-family: Verdana, Geneva, sans-serif;
font-size: 9px;
color:#000000;
line-height: 14px;
}

div {
text-align: left;
}

html, body {
height: 100%;
}

#firstimage {
	position: absolute;
	margin:0px;
	padding: 0px;
	z-index:0;
}

#mytext {
	position: relative;
	z-index:10;
	left: 543px;
	top:75px;
	width: 200px;
}

#mytexttwo {
	position: relative;
	z-index:12;
	left: 55px;
	top:75px;
	width: 675px;
}

a:link {
	color: #e77c26;
	text-decoration:none;
}

a:visited {
	color: #e77c26;
	text-decoration:none;
}
a:hover {
	color: #e77c26;
	text-decoration:underline;
}

