@charset "utf-8";

body{
	margin: 0;
	padding: 0;
	min-width: 960px;
	background: #003874;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	color: #eee;
}

a {
	color: #fff;
}

img {
	border: 0;
}

html body div.clear, html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.story {
	position: relative;
	margin: 0 auto;
	min-width: 960px;
	width: 960px;
	height: 690px;
	min-height: 690px;
	overflow: hidden;
}

.center {
	font-size: 2.5em;
	padding: 80px 0;
	text-align: center;
}

/*
 * Paraply
 */
#paraply {
	background: #003874 url(/gfx/background.jpg) 50% 0 no-repeat fixed;
	color: #eee;
	height: 800px;
}
#paraply .drops {
	background: url(/gfx/drops.png) no-repeat;
	position: absolute;
	top: -50px;
	right: 30px;
	width: 345px;
	height: 501px;
}
#paraply h2 {
	position: absolute;
	left: 15px;
	top: 80px;
	margin: 0px;
	padding: 0px;
	width: 500px;
	font-size: 46px;
	color: #fff;
}
#paraply .text {
	position: absolute;
	left: 15px;
	top: 220px;
	width: 300px;
}
#paraply .text p {
	margin: 0px;
	padding: 0px 0px 20px;
	font-size: 15px;
	line-height: 25px;
}
#paraply .features {
	position: absolute;
	left: 15px;
	top: 525px;
}
#paraply .paraplyen {
	position: absolute;
	right: 70px;
	top: 100px;
}
#paraply .getapp {
	position: absolute;
	right: 320px;
	top: 460px;
}
#paraply .footer {
	position: absolute;
	left: 15px;
	top: 650px;
}
#paraply .footer a.woerk {
    position: absolute;
    top: 0px;
    left: 0px;
}
#paraply .footer p {
	margin-left: 100px;
    color: #1D76D2;
    font-size: 12px;
}
#paraply .footer p a {
    color: #1D76D2;
    text-decoration: underline;
}
