@CHARSET "ISO-8859-1";

html {
	height: 100%;	
}

body {
	background-color: #4380D3;
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 100%;
	min-height: 100%;
}

#outer {
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;	
}

#inner {
	position: absolute;
	top: 30%;
	
	text-align: center;
	width: 100%;
}