/* CSS for home page */

body {
	background-image: url("../img/wide_bg.jpg");
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top center;
}

.wrapper-top {
	height: 306px;
}

div#intro {
	height:226px;
	padding: 40px 0px;
	color: #fff;
	}

div#screenshot {
	height:306px;
	}
div#intro a {
	color: #fff;
	}
div#intro a:hover {
	color: #fff;
	text-decoration: none;
	}