    a {font-family:helvetica;font-size:10px;text-decoration: none; color: #000000 }
    a:hover {font-family:helvetica;font-size:10px;text-decoration: none; color: #666666 }

body {
	margin:0;
	width: 100%;
	height: 100%;
	background-color: #edbc93;
}

.wrap {
 	width:90%;
 	margin:20px auto;
 	min-width: 750px;
}

.main {
  	padding: 16px; 
  	margin-top:80px; 
  	margin-left: auto; 
  	margin-right: auto; 
  	width: 95%; 
  	min-width: 900px;
  	font-family:helvetica;
  	font-size:10px;
  	text-decoration: none; 
  	color: #000000;
}

.line {
  	padding: 1px; 
  	width: 95%;
  	border-bottom: 1px solid grey;
}


.navbar {
  	float: left;
  	overflow: hidden;
  	position: fixed;
  	top: 5px;
  	left: 5px;
  	width: 95%; 
  	min-width: 900px;
  	font-family:Arial;
  	font-size:40px;
  	color: #666666;

}

.icons {
	display: inline-block;
  	float: left;
  	overflow: hidden;
  	top: 5px;
  	left: 5px;
  	width: 95%; 
  	min-width: 900px;
}

.iconsmall {
	display: inline-block; 
	width: 40px; 
	height: 40px;
	background-repeat: no-repeat; 
	background-size: cover;
}

.title {
	display: inline-block; 
	width: 300px; 
	height: 93px;
	margin-left:8px;
	background-repeat: no-repeat; 
	background-size: cover;
	}
	
.click {
	display: inline-block; 
	width: 596px; 
	height: 150px;
	margin-left:8px;
	background-repeat: no-repeat; 
	background-size: cover;
	}
	
.ideas {
	display: inline-block; 
	width: 758px; 
	height: 150px;
	margin-left:8px;
	background-repeat: no-repeat; 
	background-size: cover;
	}
    