* {
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
}

body {
	background: url('../../splash/images/bg_space.png') #0D0B32;
	color: #FFF;
}

#logo {
	background: url('../../splash/images/logo.png') center no-repeat;
	width: 100%;
	height: 100%;
	min-height: 540px;
}

/* other */

.last {
	margin-right: 0px !important;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}