/* Global (style-interior.css) */

html, body {
   margin: 0;
   padding: 0;
   height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #262626;
	min-width: 802px;
	text-align: center; /* center on ie */
}

#container {
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 800px;
   height: 100%;
   border-left: 1px solid #444;
   border-right: 1px solid #444;
   background-color: #333 /* #E5DECF */;
   background-image: url(../images/bck-interior.gif);
   background-repeat: repeat-y;
   background: #262626 /*#99A3BF*/ url(../images/bck-interior.gif) repeat-y;
}


body {
	font-family: Tahoma;
	font-size: 10px;
}
