body {
	background-color: #000000;
	margin:0px 0px 0px 0px;
}

div#main {
	background: #ffffff;
}

div.stretch {
	width= 100%;
	background: #000000;
	text-align= center;
}

img.title {
	display: block;
	margin-left: auto;
    margin-right: auto;
}






/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
display: block;
position: relative;
width: 800px;
height: 260px;
padding: 20px;
background: #dddddd;
background: url("images/bg.jpg") top left no-repeat;
margin-left: auto;
margin-right: auto;
}

.thumb {
color: #dddddd;
}

.thumb img{
border: 1px solid white;
margin: 0 8px 5px 0;
}


.thumb:hover{
background-color: transparent;
}

.thumb:hover img{
border: 1px solid black;
}

.thumb span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
font: small-caps 12px arial;
text-align: justify;
}

.thumb span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumb:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 20px;
left: 220px;
z-index: 50;
text-align: justify;
}

.floatleft {
float: left;
}





