/* 99, 135 */


body {
	margin: 0px;
	font-family: Helvetica;
	font-size: 11px;
	background-color: #000;
	background-image: url('/static/img/background.jpg');
	background-repeat: no-repeat;
}


/*
#background {
	position: absolute;
	width: 100%;
	min-height: 100%;
}
*/

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

a:hover {
  color: #BF2A24;
}

img {
  display: block;
	border: none;
}

.inline {
  display: inline;
}


/*
#layout-centered {
  position: absolute;
  left: 50%;
  width: 780px;
	margin-left: -500px;
}
*/

#layout-centered {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 780px;
}


#content {
  position: absolute;
  left: 81px;
  top: 117px;
  width: 750px;
  height: 404px;
  background-color: #FFF;
  /*
  border: 1px dotted red;
  */
  /* overflow: auto; */
}

#content-thin-border {
	position: absolute;
	left: 18px;
	top: 18px;
  width: 714px;
  height: 368px;
}

.content-foreground {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

#content-link-above {
  position: absolute;
  right: 0px;
  top: -38px;
  color: #FFF;
}


#blog {
	position: absolute;
	left: 81px;
	top: 900px;
}

#blog-up {
	margin-top: 30px;
	margin-bottom: 40px;
}

#blog-content iframe {
	width: 860px;
	border: 0;
}


