@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #640c0c;
}
#wrapper {
	position:absolute;
	left:50%;
	top:50%;
	margin-top: -250px;
	margin-left: -450px;
	width:900px;
	height:500px;
	z-index:1;
	background-image: url(../images/contact_bg.jpg);
	background-repeat: no-repeat;
}
#navigation {
	position:absolute;
	left:32px;
	top:112px;
	height:349px;
	width:133px;
}
#partners {
	position:absolute;
	left:729px;
	top:29px;
	width:98px;
	height:18px;
}
#formcontainer {
	position:absolute;
	left:425px;
	top:110px;
	width:383px;
	height:353px;
}

