body { 
	background-image: url("bokeh1.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	}


#wrapper {
  width: 700px;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 20px;
  margin-bottom: 20px;
  border-right: 0px solid #000;
  border-left: 0px solid #000;
  display: block;
}

#header {
	width: 696px;
	height: 136px;
	background-image:url('banner.png');
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	}
	
#footer {
	width: 696px;
	height: 50px;
	background-image:url('photofooter.png');
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	}
	
#content {
	background-image:url('black-bg2.png');
	text-align: left;
	color: #FFF;
	padding: 10px 10px 20px;
	width: 676px;
	border-right: 2px solid #000;
	border-left: 2px solid #000;

	}
	
html, body { 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	color: #fff;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/*
img#background { 
	height: 100%; 
	width: 100%; 
	z-index: -1; 
	position:fixed; 
	color: white;
	top: 0;
	left: 0;
}
*/
#navbar {
	background: #000;
	text-align: center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 5px;
	font-weight: bold;
	color: #000;
}

#navbar a {
	color: #eae4e9;
	text-decoration: none;
}

#navbar a:hover {
	color: #efd1d6;
}

a, a:hover, a:visited {
	color: #80d3fe;
}


