body {
  background-color: #000000;
  margin: 1cm;
  color: #FFFFFF;
}

div.pagemargin {
    width: 100%;
    height: 100%;
    border: 1px dotted #FFFFFF;
    align: center;
}

div.mainbody {
  width: 1024px;
  height: 762px;
  border: 0px solid #FFFFFF;
  margin: 0;
  padding: 0;  
}  

div.topcontainer {
 border: 0px solid yellow;
 height: 33%;
}

div.centercontainer {
 border: 0px dotted yellow;
 height: 33%;
 width: 100%;
}

div.bottomcontainer {
 border: 0px solid yellow;
 height: 33%;
 width: 1024px;
 text-align: right;
}

p.bottomurlblock {
 margin: 0px;
 padding-top: 7px;
 font-family: "verdana";
 font-size: 12px;
 font-weight: bold;
}

p.bottomexplain:first-letter {
 font-size: 72px;
 font-style: italic;
}

p.bottomexplain {
 font-family: "Century";
 font-size: 16px;
 margin-left: 10px;
 margin-bottom: 1cm;
 margin-right: 10px;
 font-weight: normal;
}

div.bottomexplain {
 border: 1px solid white;
 position: absolute;
 margin-top: 1cm;
 align: left;
 text-align: left;
 width: 1024px;
}



a.bottomca:link, a.bottomca:visited {
 color: white;
 text-decoration: none;
}

a.bottomca:hover {
 color: white;
 text-decoration: underline;
}

img.mainimg {
  border: 1px solid white;
}

img.mainlogo {
  border: 0px solid white;
  position: relative;
  top: 200px;
  left: -20px; 
}


img.cite {
  border: 0px solid white;
  position: absolute;
  top: 2cm;
  /*left: 850px;*/
}




