#generale {
	width: 800px;
	height: 600px;
	position:absolute;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -400px;
	background-color: #ffffff;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #ffffff;
}
