html {
	height: 100%;
	overflow: hidden;
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #fff;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000 url(../images/bkd.jpg) top left;
}

a {
	color: #fff;
	background: #000;
}

a:hover {
	background: none;
	text-decoration: none;
	color: #000;
}

#content {
	display: none;
	margin: 20px auto;
	width: 800px;
	height: 400px;
	overflow: scroll;
	background: #000;
}

#message {
	background: #000;
	padding: 10px;
	width: 500px;
	margin: 50px auto;
}

#message a {
	color: #55748f;
}

p {
	margin-bottom: 12px;
}

#nav {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

#nav li {
	list-style: none;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	color: #55748f;
}

#zoe {
	height: 100%;
}

#galleries {
	background: #55748F;
	padding: 20px;
}

#about {
	background: #93432C;
	padding: 20px;
}

#artists_statement {
	background: #886E26;
	padding: 20px;
}

#testimonials {
	background: #7A677C;
	padding: 20px;
}

#contact {
	background: #A6846F;
	padding: 20px;
}