.full_banner {
/*	background: white; */
}

.full_banner #banner_content {
	position: absolute;
	top: 0cm;
	left: 0cm;
	width: 75%;
	height: 100%;
	color: black;
}

.full_banner #banner_right {
	position: absolute;
	top: 0cm;
	left: 90%;
	right: 100%;
	height: 100%;
}

.full_banner img#home {
	margin: 10px;
}

.full_banner #top_line {
	position: absolute;
	left: 0cm;
	top: 0cm;
	width: 100%;
	border-bottom: solid;
	border-width: 1px;
	box-shadow: 3px 2px 3px #606060;
}

.full_banner #bottom_line {
	position: absolute;
	left: 0cm;
	bottom: 10px;	/* pos rel to bottom */
	width: 75%;
	border-bottom: solid;
	border-width: 1px;
	box-shadow: 3px 2px 3px #606060;
}

.full_banner p {
	margin: 0 42px;
/*	margin: 0cm 20px;  /* first value: top,bottom; second: left,right */
	padding: 0cm;
}

.full_banner p#name {
	font-size: 40px;
	text-shadow: 3px 2px 3px #606060;
}

.full_banner p#infos {
	font-size: 20px;
	text-shadow: 1.5px 1px 2px #606060;
}
