body {
    margin:0px;
    padding:0px;
    color:#000000;
    background-color:#000000;
    font-family:"Tahoma", "Arial", sans-serif;
    font-size:12px;
}

/* This is a really hacky technique that I used to avoid
a gap (in IE only) that showed the default td color in between 
the two cells on the gallery page. It didn't work to use a class
for each td element in the table that had this background. I had
to set all the tds to this default to make it work. */
td {
	background-repeat:no-repeat;
	background-image:url(images/GalleryBG.jpg);
}

.gallery_container {
            width:650px;
		height:650px;
		padding:0px;
		background-color:#8c8c8c;
		background-repeat:no-repeat; 
		background-image:url(images/GalleryBG.jpg);
		
}

.container {
            width:650px;
		height:650px;
		padding:0px;
		
}


.tiny {
	font-size:10px;
}


.gallery_header {
	width:650px; 
	height:100px; 
	margin:0px;
    	padding:0px;


}
.gallery_bg {

	width:650px; 
	height:550px; 
	text-align:center; 
	vertical-align:middle;
   	margin:0px;
    	padding:0px;
	background-repeat:no-repeat; 
	background-image:url(images/GalleryBG-main.jpg);

}


