

body {
	color: #F5F5F5;
	background-color: #242424;
	background: url("texturep.jpg") repeat;
}

img {
	border-color: #808080;
}

td {
	border-color: #626262;
}

#index hr {
	border-color: #626262;
}

/* Current index page number */
#index .page_cur {
	border-color: #747474;
	background-color: #484848;
}
/* Other index page numbers */
#index .page_other {
	color: #F5F5F5;
}
#index .page_other:hover {
	color: #242424;
	border-color: #747474;
	background-color: #F5F5F5;
}

/* The "for sale" label. */
#index .for_sale {
	left: -6px;
}

/* The border around a folder thumbnail. */
#index .folder_image {
	border-color: #808080;
	border-width: 1px;
}

/* The border around an index page thumbnail. */
#index .image_thumb {
	border-color: #808080;
}

/* The border around the main slide image. */
#slide .image_main {
	border-color: #808080;
}

/* The border around the superimposed image. */
#slide .image_superimposed {
	border-color: #808080;
}

/* The background of variant thumbnails (unselected and selected). */
#slide .variant_area {background-color: #484848;} #slide .variant_area_sel {background-color: #808080;}