@charset "UTF-8";

html, body {
height: 100%;
min-height: 100%;
margin: 0;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25%;
  margin-left: -25%;
  background-color: red;
  color: white;
}

#container {
	width: 1000px;
	height: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	float: left;
	width: 1000px;
	height: auto;
	height: auto;
	min-height: 100%;
	border: thin solid #000000;
	clear: both;
}
#head {
	float: left;
	height: 115px;
	width: 771px;
}
#nav {
	float: left;
	height: 47px;
	width: 771px;
}
#content {
	float: left;
	height: auto;
	width: 671px;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	line-height: 13px;
	text-align: left;
	margin-right: 50px;
	display: inline;
}
#albums {
	float: right;
	height: auto;
	height: auto;
	width: 229px;
	background-image: url(images/orangespeckle_gr.jpg);
	background-repeat: repeat-y;
	position: relative;
	overflow: hidden;
}

.intro {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
}

#footer {
	clear: both;
	float: left;
	height: 20px;
	width: 1002px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
