﻿body {
	background-color: #6398ce;
}

#home {
	width: 100%;
	height: 100%;	
}

.home-image {
	position: absolute;
	width: 920px;
	left: 50%;
	margin-left: -460px;
	top: 50%;
	margin-top: -345px;
}
