#topNav {
  background-color: #b31b1b;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#banner {
	width: 375px;
	height: 120px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 50px;
	float: left;
	display: block;
	position: relative;
	z-index: 0;
}
	
#bannerImg {
	width: 375px;
	height: 120px;
}

#bannerMobile {
	display: none;
}

a.logo {
  width: 120px;
  height: 120px;
  display: block;
	position: absolute;
	top: 0;
	left: 0;
}

a.cornell-link {
  width: 234px;
  height: 25px;
  display: block;
	position: absolute;
	top: 73px;
	left: 140px;
}

a.ilr-link {
  width: 232px;
  height: 36px;
  display: block;
	position: absolute;
	top: 30px;
	left: 140px;
}  
	
/*@media only screen and (max-width: 600px) {
#banner {
  display: none;
}

#bannerMobile {
  width: 187px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 30px;
  float: left;
	display: block;
}

#bannerMobile img {
  width: 100%;
  height: auto;
}

a.logo {
  width: 60px;
  height: 60px;
	top: 10px;
	left: 30px;
}

a.cornell-link {
  width: 117px;
  height: 12px;
	top: 46px;
	left: 100px;
}

a.ilr-link {
  width: 116px;
  height: 18px;
	top: 25px;
	left: 100px;
} 
}*/
