body {
	background: #ddd;
	color: #000;
	font-family: "Lucida Sans Unicode", sans-serif;
	overflow: hidden;
}

.corner {
	/*background: #ccc;*/
	position: fixed;
	width: 30%;
	display: table;
	height: 40%;
	#position: relative;
	overflow: hidden;
	text-align: center;
}
.corner > .midd {
	/*background: #eee;*/
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
.corner > .midd > div {
	/*background: #fff;*/
	#position: relative;
	max-width: 270px;
	margin: 0 15px;
}
.corner span, .corner span a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
} .corner span + span {
	font-weight: normal;
	font-style: italic;
	font-size: 10pt;
}

#tl {
	top: 0;
	left: 0;
} #tr {
	top: 0;
	right: 0;
} #bl {
	bottom: 0;
	left: 0;
} #br {
	bottom: 0;
	right: 0;
}

h2 {
	font-family: "Arial Black";
}

.welcome .center {
	text-align: center;
}

.corner .center, .welcome .center {
	/*border: 1px solid #000;*/
	background: #ddd;
	display: none;
	position: absolute;
	width: 40%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0 30%;
	padding: 5% 15px 0;
}
.corner > .midd > div:hover .center, .welcome .center {
	display: block;
}

i { font-size: 10pt; white-space: nowrap; }
img { border: none; margin-bottom: 5px; }

