html, body{
width:100%;
height:100%;
}

body {
	font-family: sans-serif;
	font-size: 13px;
	line-height:normal;
	color: #000000;
	background-color: #d2cca7;
	background-image: url(../pix/monophonicBG.jpg);
	background-repeat: no-repeat;
	padding:0;
	margin:0;
}

#logo {
	position:absolute;
	left:34px;
	top:295px;
	width:330px;
	background: url(../pix/monophonicLogo.jpg) no-repeat;
	padding:0 0 0 60px;
	height: 250px;
}
#logo span{display:none}
#header {
	top: 172px;
	left: 460px;
	position:absolute;
	width: 420px;
}
#teaser {
	top: 260px;
	left: 460px;
	position:absolute;
	width: 420px;
}

#content {
	top: 460px;
	left: 460px;
	position:absolute;
	width: 485px;
}
#formular {
	top: 250px;
	left: 460px;
	position:absolute;
	width: 650px;
}
#myspace {
	top: 702px;
	left: 95px;
	position:absolute;
}
#footer {
	top: 702px;
	left: 460px;
	position:absolute;
	width: 420px;
}

#address{
padding:140px 0 0 0;
}

a{color:#000; text-decoration:none;}
a:hover{color:#666; text-decoration:underline;}

h1{
	color:#000;
	font-size:16px;
}

h2{
color:#fff;
font-size:24px;
}

h2 a{color:#fff; text-decoration:none;}

