@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/site/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d1d6d9;
	background-repeat: repeat-y;
}

div#top {
	background-image:url(images/site/spacer_white.gif);
	height:1px;
	width:100%;
	position: absolute; 
	top: 28px;
}

div#thumbs {
	background-image:url(images/site/thumb_background.jpg);
	height:28px;
	width:100%;
	background-repeat:repeat-y;
	position: absolute; 
	top: 29px;
}

div#lower {
	background-image:url(images/site/spacer_white.gif);
	height:1px;
	width:100%;
	position: absolute; 
	top: 57px;
}

div#flash {
	background-image:url(images/site/line.gif);
	background-repeat:repeat-y;
	position: absolute; 
	z-index:10;
}
	

