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

body {background-color:#7A8891; font-family:Verdana, Arial, Helvetica, sans-serif;}

img { border:0;}

body,html{
	height: 100%;
	padding: 0;
	margin: 0;
}
#table{
	display: table;
	width: 100%;
	height: 100%;
	margin: auto;
}
#cell{
	display: table-cell;
	vertical-align: middle;
}
#conte{
	position:relative;
}

