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

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
}

#container {
	position:absolute;
	top:0px;
	left:0px;
	
	background-image:url(../img/henrique3.png);
	background-repeat:no-repeat;
	background-position:left top;
	
	width:100%;
	height:100%;
}

#content {
	width:500px;
	height:350px;
	
	padding-left:25px;

	left: 500px;
}

#right {
	position:absolute;
	right:0px;
	top:0px;
	
	background-image:url(../img/schrift.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#faf6f3;
	
	width:35px;
	height:100%;
	
	z-index:90;
}

#menu2 {
	position:absolute;
	bottom:0px;
	left:0px;
	
	height:30px;
	width:100%;
	
	padding:0px;
	margin:0px;
	
	background-color:#f39f80;
	
	z-index:100;
}
