@charset "utf-8";

#about {
	position: absolute;
	top: 45px;
	left: 112px;
	padding: 1px;
	width: 16%;
	min-width: 100%;
	margin: 10px;
	text-align: left;
	height: 25px;
	}
	
	#quote {
	display:block;
	width:100px;
	height:90px;
	background:url(../images/NewLogo3.png) no-repeat;
	background-size:100px 90px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
		}
		
		#footer {
	top:0px;
	left:0px;
	width:80%;
	min-width:80%;
	height:50px;
	text-align:center;
	margin-top:1000px;
	margin-left:250px;
	}
	
		#talk {
	color: #000;
	font-size: 30px;
	font-family: Gill Sans;
	font-weight: lighter;
	top:0px;
	left:0px;
	margin-left: 0px;
	margin-top:100px;
	width:800px;;
	height:500px;
	text-align: left;
	}
	
	
		#download {
	color: #000;
	font-size: 24px;
	font-family: Gill Sans;
	font-weight: lighter;
	position: absolute;
		top: 96px;
	left: 0px;
	margin-left:350px;
	width: 80%;
	min-width:80%;
	margin-top:150px;
	text-align: left;
	height: 40px;

		}