
body {
	background-color: white;
}

*{
	font-family: "Trebuchet MS", Helvetica, sans-serif
}

a{
	text-decoration: none;
	color:#707070 ;
}

#container{
	width: 900px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	
}

#logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;

}

#blurb{
	text-align: center;
}
#lectriccollective{
	float: center;
	font-size: bold;
	font-size: 40px;
	color: black;
	width:900px;
	text-align: center

}
#about{
	float: left;

}

#projects{
	float: right;
}

.linkButton{
	font-size: bold;
	font-size: 40px;
	color: black;
	width:300px;
	text-align: center;
}

.linkButton a {
	color: black;
	text-decoration: none;
}

