/* Start of CMSMS style sheet 'splash' */
body {
  font-family: sans-serif;
  color: #000;
  font-size: small;
  margin: 2em 0;
  padding: 0;
  background: #fff url('uploads/images/splash_bg.jpg') no-repeat fixed center center
}

#splashcontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -244px;
  margin-top: -185px;
  width: 480px;
}

#splashmenu {
  float: right;
  margin: 8px;
}

#splashquote {

}

#splashbody {
  text-align: justify;
  margin: 8px 140px 0 27px;
  font-size: 13px;
}

a img {
  border: 0;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #008;
}

#splashmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img.inline {
  float: right;
}

.ahem {
	display: none;
}

.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	/* must be combined with nobr in html for ie5win */
}
/* End of 'splash' */

