* {
	margin: 0;
	padding: 0;
}
body {
	font-weight: 300;
	text-rendering: optimizeLegibility;
	background-color: #3660cb;
	margin: 0;
	padding: 0;
	height: 100vh;

		background: #3660cb; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzM2NjBjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDMzNmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #3660cb 1%, #14336c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3660cb), color-stop(100%,#14336c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3660cb 1%,#14336c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3660cb 1%,#14336c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3660cb 1%,#14336c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3660cb 1%,#14336c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3660cb', endColorstr='#14336c',GradientType=0 ); /* IE6-8 */
}

#wrapper {
	border: ;
	margin: auto;
	width: 830px;
}

#left {
	margin-top: 70px;
	float: left;
}

#mockup {
	text-align: center;

}

#right {
	position: relative;
	width: 380px;
	margin-top: 70px;
	float: right;
}

#footer {
	display: block;
	clear: both;
	height: 10%;
	float: left;
	width: 100%;
	text-align: center;
	color: white;
	text-decoration: none;
	margin-top: -7px;


}

#appicon {
	text-align: center;
}

li {
	display: inline;
}	

li:nth-child(2) {
	margin-left: 50px;
}

li a {
	color: white;
	list-style-type: none;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	opacity: 0.3;
	font-size: 14px;
	text-decoration: none;
}

li a:hover {
color: white;
opacity: 1;
text-decoration: none;

}

h1 {
	position: relative;
	text-align: center;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 42px;
	font-weight: 700;
}

h2 {
	text-align: center;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 20px;
}

p {
	line-height: 24px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	opacity: 0.7;
	margin-bottom: 10px;
}

#appstore {
	text-align: center;
	padding-top: 32px;
}

@media (max-width : 470px)  {
#left {
	width: 100%
}

#right {
	width: 100%
}

}