html {
    background-color: #0c0705;
    text-align: center;
    font-size: 80%;
}

body {
    background-color: #0c0705;
	background-image: url(images/banner_LAYERS.jpg);
	background-repeat: no-repeat;
	  text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999999;
}

h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #999999;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #999999;
    font-weight: bold;
}
a:hover {
	color: #0066CC;
}
a:active {
	color: #333333;
}
 
#content {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}

#header {
	padding-bottom: 48px;
}

#gallery {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 10px;
}
#gallery .thumbs {
    width: 600px;
    text-align: center;
    padding-top: 2em;
	padding-left: 150px;
}
#gallery .thumbs img {
    border-style: none;
	padding: 5px;
}
#gallery .text {
    width: 600px;
    text-align: left;
    padding-top: 2em;
    padding-bottom: 2em;
	padding-left: 150px;
}

#foot {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #000;
}