/* =universals 
These rules are applied to all elements unless otherwise specified below. */
* { margin : 0; padding : 0; }

/* =body */
body { background : #000000; }

/* =hx */
h1, h2, h3 { font-weight : bold; text-transform : uppercase; }

html,body { height: 100%; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFE49F; font-size:small; }





html {	/*background-image: url(../images/html-bg.gif);	background-repeat: repeat;*/ background-color:#000000; }

	body {	 margin:0;	padding:0;	background-image: url(../images/mmf-bg.gif);	background-repeat:repeat-y;	text-align:center; background-position: 50% 50%}
	html,body { height: 100%; font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:small; }
	body {  margin : auto auto;   }









/* =code */
code, pre {  font : 80% monaco, courier, monospace; font-weight : normal; color : #FFE49F; }
pre {  padding-left : 20px; font-size : 80%; }


/* =img */
img, img a { border : none }
abbr, acronym { text-decoration : none; border : none; }


/* =a */
a:link { color : #15E511;  }
a:visited { color : #15E511;  }
a:hover { color : #FFE49F; text-decoration : underline; }
a:active, a:focus { color : #15E511;  }

/* a:focus { outline: none; }  removing dotted lines for Firefox, only for mouse navigation, however, it doesnt seem to work, so try applying overflow: hidden to the FIR elements in question */


/* generic layout design */

h1{margin-top:20px;}
p {margin-top:20px;}
ul { margin-top:20px;}


/* layout */
div#container { 
position : relative; 
width : 760px; 
min-height: 100%;
height: auto !important; 
height: 100%;
margin : auto auto; 
text-align : left;  

}




div#content_main_wrapper {  
width : 760px;

/* Positioning something vertically in the middle, with known height*/
position: absolute;
top:50%;
margin-top:-315px; /* then subtract the half of elements height*/

 }
 

 
 

/* Page specific menu link decoration      */	

body.home #ahome,
body.music #amusic,
body.services #aservices,
body.credits #acredits,
body.equipment #aequipment,
body.reels #areels,
body.contact #acontact
{
text-decoration : none;
color:#FFE49F;
}
 div#altcont li {
list-style-type:none  !important;
}