@charset "utf-8";

html,
body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
	scrollbar-shadow-color:#283952;      scrollbar-highlight-color:#283952;
  scrollbar-darkshadow-color:#283952; scrollbar-3dlight-color: #283952; 
  scrollbar-track-color: #283952; 
  scrollbar-face-color:#a0a0a0; 
  scrollbar-arrow-color: #283952;
}
html>body #wrap {height:100%;} /* 100 % height */
#header {
	width:100%;
	height:3em;
}
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {height:100%;} /* 100 % height */
html>body #content {padding:4em 1em;} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */
#footer {
	width:100%;
	height:3em;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}

html,
body {
	color:#eee;
	background:#888;
}
body {font: 0.9em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Geneva, sans-serif;}
h1,
h2 {
	margin:0.5em 0;
	font:normal 1.2em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Geneva, sans-serif;}
p {margin:1em 0;}

a:link,
a:visited {
	color:#fc0;
	font-weight:bold;
	text-decoration:none;
}
a:focus,
a:hover {
	background: #422;
	color:#fc0;
}

#header,
#footer {
	color:#aaa;
	background:#283952;
	text-align:center;
}
#header a {
	color:#fc0;
	font-weight:normal;
	text-decoration:none;
	}
#footer a {
	color:#fc0;
	font-weight:normal;
	text-decoration:none;
	}

#content-wrap,
#content {
	background:#1B2638;
	background-image: url("http://www.maz-sound.com/pics/sf/box.jpg"); 
	background-repeat:no-repeat;
  background-position:left top;
}

#centerbox {
	   margin:2em auto;
	   width:70%;
	   padding:1em;
	   background-color:#283952;
	   border:0.3em solid #777;
	   filter:alpha(opacity=90);
	   opacity:0.90;
	   -moz-opacity: 0.90;
}

.special {

 font:normal 1.2em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Geneva, sans-serif;
 font-family: sans-serif;
}

.dropshadow {
	padding: 5px;
 -moz-box-shadow: 2px 2px 10px #222; /* Firefox */
 -webkit-box-shadow: 2px 2px 10px #222; /* Safari/Chrome */
 box-shadow: 2px 2px 10px #222; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222');/* IE 5.5 - 7 */ 
}  