@charset "UTF-8";
/* CSS Document */

#wrapper {
	height:760px;
	width: 1010px;
	position:relative;
	top:3px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background:#000;	
	
}


#header {
	height:180px;
	width:1010px;
	position:absolute;
	z-index: 6;
	top: 20px;
}

#body {
	height:480px;
	width: 1010px;
	position:absolute;
	top:200px;
	background-repeat: no-repeat;
	background-position:center top;
}


#footer {
	height:60px;
	width: 1000px;
	position:absolute;
	top: 700px;
}

#firma {
	position:absolute;
	width:571px;
	height:130px;
	z-index:1;
	top: 48px;
	left: 485px;
}
