 html,body{
	background-color: #404040;
	margin:0;
	margin-bottom:100px;
	padding:0;
	}
#content {
	position:relative;
	z-index:10;
	margin:50px 0 50px 0;
	padding:0;
	}
img#logo{
	position: fixed;
  _position:absolute;
	top:30px;
	left:30px; 
	z-index:90; 
	border: 0;
	}
img#vignette{
	position:fixed;
  _position:absolute;/*IE hack*/
  	top:0;
  _top:expression(eval(document.body.scrollTop));/*IE hack*/
	left: 0;
	width:100%; 
	height:100%; 
	z-index:0;
	}
.imagebar{
	position: relative;
	z-index: 100;
	border:0;
	margin:50px 0 50px 0;
	padding:auto;
	width:auto;
	height:auto;
	float:right;
	display:block;
	cursor:pointer;
	overflow:visible
	}
.imagebar h1{
	font-family: "Courier New", Courier, Monaco, monospace;
	text-decoration:none;
	font-style: normal;
	font-weight: normal;
	color: white;
	font-size: 40px;
	margin-bottom: 0px;
	text-align: right;
}
.imagebar a{
	text-decoration:none;
}
.imagebar img{
	z-index: 95;
	position: relative;
	border:0;
	margin:0;
	width:auto;
	height:auto;
	float:right
	}
.imagebar a img{border:none;display:block; }
.imagebar a img:link{}
.imagebar a img:visited{}
.imagebar a img:hover{
	float:right; right:2px;cursor:pointer;
	}
.imagebar a img:focus{
	float:right; right:2px
	}
.imagebar a img:active{
	float:right; right:2px
	}
