html {
  height: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
  padding: 0;
	margin: 0;
}

h1, h2 {
  padding-top: 10px;
	padding-bottom: 10px;
}

p {
  padding: 10px;
}

body {
  margin: 0;
	margin-bottom: 50px;
	padding: 0;
  background-color: #5f5f5f;
	color: #fff;
	font: 1em georgia, arial;
	text-align: center;  
	}

#wrapper {
  width: 900px;
/*	padding: 1px;  */
	margin: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: none;
}

#top {
  background: url(../images/bg-top.png) no-repeat center top;
	height: 40px;
	width: 900px;
}


#center {
  width: 900px;
  padding-top: 1px;
	padding-left: 75px;
  background: url(../images/bg-center.png) repeat-y left top;
	height: 700px;
}

#content {
  margin-left: -25px;
}

/*remove border from images/links*/
a:link, a:visited, a:hover, a:active, img {
  text-decoration: none;
	border: none;
	color: #ccc;
}

a:hover, a:active {
  color: #fff;
}

/*float images left*/
img {
  float: left;
}

/*configure description of item*/
.description {
  width: 350px;
	text-align: justify;
	padding-top: 20px;
	margin-left: 20px;
	float: left;
}

/*configure footer*/
#footer {
  clear: both;
	text-align: center;
	background: #5f5f5f url(../images/bg-bottom.png) no-repeat top left;
	width: 900px;
	height: 100px;
	border-top: 1px solid #fff;
}

/*configure logo*/
h1 {
  position: relative;
}

h1 img {
  position: absolute;
	top: -85px;
	left: 280px;
}

/*configure opening paragraph*/
#opening {
  width: 800px;
}

/*configure navigation*/
#content {
  position: relative;
}

#nav {
  position: absolute;
	top: 100px;
	left: 600px;
}

#nav li {
  list-style-type: none;
}


#nav a {
	display: block;
	width: 150px;
	height: 48px;
}

#home {
  background: url(../images/home.png) no-repeat left top;
}

#nav a:hover#home, #nav a:active#home {
  background-position: 0 -48px;
}

#about {
  background: url(../images/the-artist2.png) no-repeat left top;
}

#nav a:hover#about, #nav a:active#about {
  background-position: 0 -47px;
}

#custom {
  background: url(../images/custom.png) no-repeat left top;
}

#nav a:hover#custom, #nav a:active#custom {
  background-position: 0 -49px;
}

/*configure about page*/
#about_justin {
  margin-left: 30px;
}

#description {
  position: relative;
}

#pic2 {
  position: absolute;
	top: 300px;
	left: 450px;
}

/*configure custom page*/
.custom_page {
  position: absolute;
  top: 130px;
	left: 330px;
	width: 250px;
}