* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
}

#container {
	height: 90%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#container[id] {
	display: table;
	position: static;
}

#position {
	position: absolute;
	top: 50%;
}

#position[id] {
	display: table-cell;
	position: static;
	vertical-align: middle;
	text-align: center;
}

#content {
	position: relative;
	top: -50%;
}

#content[id] {
	position: static;
}

#address {
	position: absolute;
	top: -50%;
}