@charset "utf-8";

/* CSS Document */





body {

	font-size: 14px;

	font-size: 1rem;

	font-family: Helvetica, Arial, sans-serif;

	text-rendering: optimizeLegibility;

	background-color: #000;

	/* Safari 4-5, Chrome 1-9 */

  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#141414), to(#414142));



  /* Safari 5.1, Chrome 10+ */

  background: -webkit-linear-gradient(top, #414142, #141414);



  /* Firefox 3.6+ */

  background: -moz-linear-gradient(top, #414142, #141414);



  /* IE 10 */

  background: -ms-linear-gradient(top, #414142, #141414);



  /* Opera 11.10+ */

  background: -o-linear-gradient(top, #414142, #141414);

	/*

	background-image:url(../images/Background.jpg);

	*/

	background-repeat:repeat;

	background-attachment:fixed;

	background-position:top center; 

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}



a {

	outline: none;

	color: #21759b;

}

a:hover {

	color: #0f3647;

}


/*height:81px; - change now*/
#ee-logo{

	
	
	width:500px;	

	height:auto;

	margin-left:auto;

	margin-right:auto;

	margin-top:110px;

	margin-bottom:40px;

}



#main-links{

	margin-top:15px;

	width:840px;

	height:200px;

	margin-left:auto;

	margin-right:auto;

}

#events-link{

	width:300px;

	float:left;

	margin-left:45px;

}



#education-link{

	width:300px;

	float:right;

	margin-right:45px;

}



#ee-slogan{

	width:525px;

	margin-top:40px;	

	margin-left:auto;

	margin-right:auto;

}