body {color: #33556E;}
div#tag {
	text-align: center;
}

div#logo {
	text-align: center;
	height: 150px;
}

#outer {
	height: 400px; 
	overflow: hidden;
	position: relative;
	width: 100%;
}

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

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

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

#inner2{
	position: relative;
	top: -50%;
	background-color: orange;

}

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