/* CSS Document */
html {
  height: 100%;
}

body {
  background: #000000;
	padding: 0px;
	margin: 0px;
	/* margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px; */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	height: 100%;
}

table {
  font-size: 1em;
}

a {
  color: #ffffff;
}

a:link, a:active, a:visited {
  color: #ffffff;
  text-decoration: underline;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

#wrapper {
  width: 994px;
  /* height: 540px; */
  margin: 0 auto auto auto;
  border: 0px #000000 solid;
  background: url('images_new/myriamkavanagh_bg.jpg') #000000 no-repeat top left;
}

#nav {
  height: 39px;
  padding-top: 71px;
  margin-left: 305px;
  margin-right: 20px;
  border-bottom: 1px #747474 solid;
}

#nav img {
  float: right;
  display: inline;
  border: none;
}

.nav_spacer {
  width: 1px;
  float: right;
}

#stage {
  width: 722px;
  min-height: 444px;
  _height: 444px;
  padding: 6px 11px 7px 9px;
  margin-top: 14px;
  margin-left: 242px;
  background: #2c2c2c;
}

.clearall {
  clear: both;
  display: block;
  height: 0px;
  font-size: 0;
  line-height: 0;
}

span[class=clearall] {
  display: block;
  height: 0px;
}

.contact, .about{
  font-size: 12px;
}

.contact img, .about img {
  float: right;
  display: inline;
  border: 1px #ffffff solid;
  margin: 10px;
}

.preload {
  display: none;
}