/* @override 
	http://producers.dermah.org/mainstyle.css */

html {
   height: 100%;
   width: 100%;
   margin: 0;
   position: static;
   z-index: -2;
}

body {
   background: url(bg.png) center top no-repeat scroll #00ADEE;
   min-height: 100%;
   margin: 0;
   position: static;
   font-family: "rooney-sans", sans-serif;
   z-index: -2;
}

#heading-sign {
   width: 100%;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}

#centred-dudes {
   width: 100%;
   margin-right: auto;
   margin-left: auto;
   position: absolute;
}

#dudes {
   background-image: url(dudes.png);
   width: 800px;
   height: 800px;
   z-index: -1;
   margin-right: auto;
   margin-left: auto;
   margin-top: -20px;
}

#page {
   width: 760px;
   margin-right: auto;
   margin-left: auto;
   background-color: #ffffff;
   position: relative;
   top: 300px;
   padding: 20px;
   display: block;
   text-align: justify;
}

#footer {
   width: 760px;
   margin-right: auto;
   margin-left: auto;
   background-color: #000000;
   display: block;
   position: relative;
   top: 300px;
   margin-top: 20px;
   color: #ffffff;
   padding: 20px;
   font: bold 1.5em "grad-sc-osf", sans-serif;
   text-align: center;
   letter-spacing: 0.05em;
}

#footer a {
   color: #fefe31;
   text-decoration: none;
}

#footer a:hover {
   color: #feffe5;
}

p, dl {
   margin-top: 0;
   font-size: 1.5em;
}

.small {
   font-size: 0.5em;
}

dt {
   font-weight: bold;
}

h1 {
   font: bold 3em "grad-sc-osf", sans-serif;
   margin-top: 0;
   letter-spacing: 0.05em;
   text-align: center;
}

h2 {
   font: bold 2em "grad-sc-osf", sans-serif;
   text-align: center;
   margin-top: 0;
}

h3 {
   font: bold 1.5em "grad-sc-osf", sans-serif;
   text-align: center;
   margin-top: 0;
}

#page a {
   text-decoration: none;
   color: #db7700;
}

#page a:hover {
   color: #774000;
}

#three-pics {
   text-align: center;
   margin-bottom: 20px;
   margin-top: -20px;
}

.rehearsal-pic {
   width: 250px;
   margin-right: 1.5px;
   margin-left: 1.5px;
}