html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #aeaeb5;
	background: #333336;
	min-width: 1024px;
}

p {
	padding:0px;
	margin:0px;
	margin-bottom:15px;
}

img {
	border-style: none;
}

.floatdivider {
	clear:both;
	height:50px;
}


.container {
	margin:auto;
	width:auto;
	max-width:1024px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:26px;
	padding:0px 100px 0px 100px;
	font-weight:100;
}

.headline {
	letter-spacing:0.6px;
	font-size:18px;
	line-height:30px;
	margin-top:20px;
}

.headlinelight {
	color:#e0e0e0;
}

.headlinedark {
	color:#aaaaaa;
}


@media screen and (max-width:500px) {	

}

@media screen and (max-device-width: 1024px) {
	
}

a {
	color: #55bbff;
	border-style:none;
	text-decoration:none;
	transition-property: color;
	transition-duration: 0.8s;
	transition-timing-function: ease;
}

a:link {
	color: #55bbff;
	border-style:none;
}

a:visited {
	color: #55bbff;
	border-style:none;
}

a:hover {
	color: #eeeeee;
	border-style:none;
}

a.appstorebox {
	display:block;
	color:#ffffff;
	background:url(../images/AppStore.svg) no-repeat;
	width:135px;
	height:40px;
	margin:auto;
	margin-top:0px;
	border-style:none;
	opacity: 0.7;
}
