/* @override 
	file:///Users/davidheyman/Sites/beta.indiemapper.dev/styles.css */

body{
	background-color: black;
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
}

a{
	color: #dc5305;
}

a img{
	border: none;
}

div.header{
	background-image: linear-gradient(bottom, #262626 0%, #000000 100%);
	background-image: -o-linear-gradient(bottom, #262626 0%, #000000 100%);
	background-image: -moz-linear-gradient(bottom, #262626 0%, #000000 100%);
	background-image: -webkit-linear-gradient(bottom, #262626 0%, #000000 100%);
	background-image: -ms-linear-gradient(bottom, #262626 0%, #000000 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #262626),
		color-stop(1, #000000)
	);
	margin-bottom: 20px;
}

.header p{
	color: #eee;
	line-height: 47px;
	text-align: right;
	width: 850px;
	font-size: 15px;
	margin: 0 auto;
}

.header img{
	position: relative;
	top: 17px;
	margin-right: 20px;
	float: left;
}

p#banner{
	text-align: center;
	margin: 0;
}

div.body{
	background-color: white;
	width: 750px;
	margin: auto;
	padding: 0 50px;
}

div.button{
	width: 195px;
	height: 53px;
	float: left;
	margin: 0 20px 0 -5px;
	background: url(images/launch.png) 0 bottom;
	cursor: pointer;
}

div.button:hover{
	background-position: 0 top;
}

div.intro{
	line-height: 25px;
	margin: 3px 0 0 205px;
}

div#images{
	margin-top: 40px;
	
}

div.gradient{
	height: 110px;
	width: 850px;
	margin-left: -50px;
}

div#top{
	background-image: linear-gradient(bottom, #FFFFFF 0%, #E0F4FB 100%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E0F4FB 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E0F4FB 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E0F4FB 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E0F4FB 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #FFFFFF),
		color-stop(1, #E0F4FB)
	);
	margin-bottom: -70px;
}

div#bottom{
	background-image: linear-gradient(bottom, #FFFFFF 100%, #E0F4FB 0%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 100%, #E0F4FB 0%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 100%, #E0F4FB 0%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 100%, #E0F4FB 0%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 100%, #E0F4FB 0%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, #FFFFFF),
		color-stop(0, #E0F4FB)
	);
	margin-top: -70px;
	border-bottom: 6px solid #eee;
}

div#feedback{
	border-top: 3px solid white;
	background-color: #eee;
	width: 750px;
	padding: 20px 50px 0;
	margin-left: -50px;
}

#legal{
	padding: 30px 0;
}

#footer{
	background-color: silver;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#footer p{
	color: #424242;
	font-size: 8pt;
	text-align: center;
	line-height: 14px;
	margin: 0;
}