body{
	background-image:  url("images/back.jpg");
	background-color: #000000;
	background-position: left bottom;
}

#blurb, #gallery{
	border: solid 1px #000000;
	background-color: rgba(0, 0, 0, 0.7);
}

#footer{
	text-align: right;
}

body, h1, h1 a, h3{
	color: #938456;
}

a{
	color: #babd66;
}

h2, a:hover {
	color: #564705;
}

#gallery img, #gallery td{
	border-color: #211905;
}

#gallery td{
	background-color: #000000;
}

#gallery td:hover{
	background-color: #564705;
}

