html,body {
	color:#fff;
	background-color:#08679a;
}

#logo {
	background:url('/helix_logo.png') no-repeat center;
	height: 94px;
	width:100%;
}

#container{
    position: absolute;
    top: 40%;
    left: 50%;
    margin-top: -300px;
    margin-left: -500px;
    width: 1000px;
    height: 400px;
    text-align:center;
}
#message {
	margin:15px;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	width:100%;
}

#install_steps {
	width:1000px;
	height:300px;
	background:url('/arrows.png') no-repeat center;
}
#install_steps_messages {
	width:1000px;
	height:100px;
}

.step {
	height:300px;
	width:300px;
	float:left;
	margin-left:15px;
	margin-right:15px;
}
.step_message {
	margin:15px;
	font-family: 'Oswald', sans-serif;
	height:100;
	width:300px;
	float:left;
	margin-left:15px;
	margin-right:15px;
}
#download {
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
}