@import url("reset.css");

body {
	background-color: #222222;
}

#io-logo {
	position:absolute;
	width:400px;
	height:400px;
	top:100px;
	left:50%;
	margin-left:-200px;
	background-image:url(../IMGs/IOlogo.png);
	background-repeat:no-repeat;
	background-position:top;
}
#io-splash {
	position: absolute;
	width: 400px;
	top: 500px;
	left: 50%;
	margin-left: -200px;
	color: #EBEBEB;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.25;
}
.io-title {
	/* [disabled]font-weight: normal; */
	font-size: x-large;
}
.red {
	color: #D8282F;
}
