#imgleft {
	background-image: url(../images/fotoleft.jpg);
	background-repeat: no-repeat;
	height: 196px;
	width: 71px;
	float: left;
}
#imgright {
	background-image: url(../images/fotoright.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 196px;
	width: 669px;
}

