body {
	font-family: sans-serif;   
}

div {
   border-color: #000000;
   border: 1px;
}

h1, h2, h3, h4, h5, h6 {
    color: black;
    background: none;
    background-color: #ffffff;
    font-weight: normal;
    margin: 0;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #aaa;
}

h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3, h4, h5, h6 {
    border-bottom: none;
    font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

hr {
   height: 1px; 
   color: #aaa;
   background-color: #000;
   border: 0;
   margin: .2em 0 .2em 0;
}

img {
   border: none;
   vertical-align: middle;
}

img#imgTopLeftCorner {
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 100;
}

img#imgTopRightCorner {
   position: absolute;
   top: 0px;
   right: 0px;
   z-index: 100;
}

img#imgWildstarLogo {
   position: absolute;
   top: 0px;
   right: 0px;
   z-index: 0;
}

p {
   margin: .4em 0 .5em 0;
   line-height: 1.5em;
}

p img {
   margin: 0;
}

#container {
	position: relative;
	padding-top: 150px;
	width: 800px;
}