
/* CSS Document: linked from epi.htm */
body {
background: url("epi.jpg") #000000 no-repeat fixed top;
}

p {
/*color:#33595A;*/
color:#ffccb7;
}

#outerWrapper #contentWrapper #epi {
background-color:#000000;
/* for IE */
filter:alpha(opacity=50);
/* CSS3 standard */
opacity:0.5;
margin: 30px 150px 0px 620px;
padding: 15px 15px 15px 15px;
text-align:justify;
}

#outerWrapper #contentWrapper #epiSignUp {
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
}

#outerWrapper #epiMenu {
margin: 140px 0px 0px 170px;
padding: 0px 0px 0px 0px;
float:left;
}

#epiMenu a {
width: 100px;
height: 100px;
display:block;
background: url("epi-buttons.png") no-repeat;
text-indent: -5000px;
}

#epiMenu a:hover {
background-position: -100px 0px;
}

#epiMenu a:active {
background-position: -100px 0px;
}
