@charset "UTF-8";
/* CSS Document */

body {
	background-color: #BFCDD2;
}

body, html {height: 100%;}

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

#middle {
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
	width: 100%;
	text-align:center;
}
#inner {
	#position: relative; 
	#top: -50%;
	width: 566px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
}
#splash {
	float:left;
}
#ivedik {
	float:left;
}