@import "../common.css";
@import "head.css";
@import "nav.css";
@import "main.css";

@import "home.css";
@import "mailinglist.css";
@import "listing.css";
@import "details.css";
@import "faq.css";
@import "cart.css";
@import "checkout.css";

@import "meta.css";
body {
	background:#000 url(images/body-background.png) repeat-x left top;
	line-height:1.3em;
	font-size:10px;
    scrollbar-face-color:#990000; 
    scrollbar-highlight-color:#993333; 
    scrollbar-shadow-color:#000000; 
    scrollbar-3dlight-color:#000000; 
    scrollbar-arrow-color:white;
    scrollbar-track-color:#000000;
    scrollbar-darkshadow-color:990000;
}
#top {
	background:url(images/top-background.gif) repeat-y right top;
	color:#000;
	width:769px;
	margin:0 auto 0 auto;
}