/* Start of CMSMS style sheet 'sciia_basic_css' */
/*****************
Basic Layout
******************/
* {
margin:0;
padding:0;
}


/* set font size for all divs, this overrides some body rules */
div {
   font-size: 1em;
}

/* if img is inside "a" it would have borders, we don't want that */
img {
   border: 0;
}


div#wrapper {
/*   border: 1px solid black;  */
   position: absolute;
/*   background: #F0F0F0 url(arrow.gif) left repeat; */
background-color: transparent;
   width: 62.50em;
   height: 37.5em;
   color: black;
   text-align: left;
}
/* End of 'sciia_basic_css' */

