html, body {
	min-height: 100%; 
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #333;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
}

a,a:active {
	text-decoration: none;
	color: #007a94;
	font-weight: 400;
}

a:hover {
	text-decoration: none;
	color: #333;
}
#console {
    background-color: #111;
    padding: 18px 19px 18px 19px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
#console:hover {
	color: #f4e242;
}
#main {
	height: 285px;
	width: 400px;
	position: absolute;
	top: 40%; left: 50%;
	margin-top: -220px;
	margin-left: -200px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 30px auto;
	width: 468px;
}

#footer ul li {
	display: inline;
	padding: 0;
	margin: 0 30px;
}

h2 {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 40px;
	font-weight: 200;
	margin: 30px 0 30px 0;
	padding: 0;
}
.row {
	margin-bottom: 40px;
}
