html,body {
    margin : 0;
    padding : 0;
	height : 100%;
}

body {
    font-size : 10pt;
    font-family : "Lucida Grande", Verdana, Arial, Helv, sans-serif;
	color : #4c4c4c;
}

div#container {
	height : 100%;
	width : 100%;
	overflow : visible;
	display : table;
	position : relative;
}

div#middle {
	position : static;
	display : table-cell;
	vertical-align : middle;
	top : 50%;
	width : 100%;
	text-align : center;
}

div#logo {
	width : 410px;
	height : 420px;
	top: 10px;
	margin-left : auto;
	margin-right : auto;
	position : relative;
}
