html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #88888f;
	background: #333336;
	/*min-width: 600px;*/
}

p {
	padding:10px;
	margin:0px;
}

img {
	border-style: none;
}

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

.header {
	margin:auto;
	width:auto;
	max-width:1024px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	line-height:26px;
	font-weight:100;
	padding:50px 100px 50px 100px;
	text-align:center;
}


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


@media screen and (max-width:500px) {	
	.container {
		padding:0px 40px 0px 40px;
	}
	.header {
		padding:0px 40px 0px 40px;
	}
}

.leftcolumn {
	float:left;
	width:45%;
}

.rightcolumn {
	float:right;
	width:45%;
}

a {
	color: #55bbff;
	border-style:none;
	text-decoration:none;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.8s;
	-webkit-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;
	float:right;
}

.codebox {
	background-color:#333333;
	border-style:solid;
	border-width:1px;
	border-color:#444445;
	color:#aaaaaa;
	padding:10px;
	font-size:14px;
	font-family:Helvetica;
	margin:20px;
}

/* BLUR
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);

.preload {
	display:none;
}

fieldset {
	border:none;
}
*/
