#deadcenter {
		max-width: 690px;
		margin: 0 auto;
}

#bannerimgdiv {
  max-width: 690px;
  max-height: 60px;
}

#bannerdiv_l {
  background-image: url("/img/banner_l.png");
  background-repeat: no-repeat;
  height: 60px;
  width: 410px;
  background-size: auto;
  float: left;
}

#bannerdiv_r {
  background-image: url("/img/banner_r.png");
  background-repeat: no-repeat;
  height: 60px;
  background-size: cover;
  float: none;
}

body {
	text-align: right;
	color: #999966;
	font-family: "JMed";
	font-size: 12px;
}

p {
	color: #ffff66;
	font-family: "JMed";
	font-size: 18px;
}

.nav {
	font-size: 24px;
}

.portfolio {
	font-size: 18px;
	text-align: left;
	list-style-type: none;
	margin:0;
	padding:0;
	padding-left:0;
}

@media all and (max-width: 410px) {
  #bannerdiv_l {
  }
  #bannerdiv_r {
    display: none;
  }
}

@media all and (min-width: 690px) {
  #bannerdiv_r {
    width: 280px;
    float: right;
  }
}

@media all and (min-width: 720px) {
  #deadcenter {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-top: -15px;
    margin-left: -345px;
  }

}
