body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  padding: 0px;
  margin: 0px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px black;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px black;
}

    /* background */

.topImage {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px 0px;
	min-width: 1500px;
  position: fixed;
  height: 1000px;
  width: 100%;
  margin: 0;
  padding: 0;
}

    /* top */
.wrapper {
	border: 1px solid transparent;
  width: 1500px;
  height: 100%;
  position: relative;
  top: 0px;
	margin: 0px auto 0px auto;
}

.cover {
  background-size: 100%;
  width: 448px;
  height: 580px;
  margin: 25px 30px 0px 35px;
  position: absolute;
}

.titleBlock {
  max-width: 750px;
  height: 100%;
  margin: 15px 35px 35px 520px;
}

.titleBody {
	display: block;
  position: relative;
  top: 50px;
  right: 50px;
  float: right;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-align: center;
}

.subTitleBody {
	display: block;
  position: relative;
  top: 70px;
  width: 225px;
  height: 200px;
  float: right;
  text-align: right;
}

#one{
  right: 100px;
}

#two{
  right: 150px;
}

.subTitleBody p {
  font-family: 'raleway';
  font-size: 20px;
  line-height: 60%;
}

/*buttons*/

.button {
	left: 10px;
  border: 2px solid white;
  background-color: #355282;
  height: 80px;
  margin-top: 500px;
  position: absolute;
  font-family: 'Press Start 2P';
  color: white;
  font-size: 20px;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button:hover {
  background-color: #142346;
  cursor: pointer;
}

.button:active {
  background-color: #142346;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

#home {
  width: 200px;
  margin-left: 560px;
}

#prev {

  width: 200px;
  margin-left: 780px;
}

#next {

  width: 200px;
  margin-left: 1000px;
}

/*bottom*/

span.divLink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url('empty.gif');
}

.essayBlock {
  background-image: url('pics/essayBlockBackground.jpg');
  background-repeat: repeat;
  background-size: 100%;
  position: absolute;
  top: 640px;
  width: 100%;
	min-width: 1500px;
  z-index: 1;
}

.essayBody {
  width: 1000px;
  margin: 30px 0px 35px 75px;
  padding-bottom: 100px;
}

.essayBox {
  position: relative;
  margin-bottom: 5px;
  height: 200px;
}

.essayBox:hover {
  box-shadow: 0px 0px 20px black inset;
}

.essayCover {
  position: relative;
  float: left;
  margin: 10px 10px 10px 10px;
  height: 180px;
  width: 139px;
}

.essayDesc {
  position: relative;
  float: left;
  height: 180px;
  width: 800px;
  margin: 10px 10px 10px 20px;
}

p.essay {
  vertical-align: middle;
  font-family: 'calibri';
}

#title {
  font-size: 36px;
  line-height: 30%;
  font-weight: bold;
}

#author {
  font-size: 20px;
  line-height: 50%
}

#subtitle {
  font-size: 30px;
  line-height: 120%
}

#longtitle {
  font-size: 36px;
  line-height: 0%;
  font-weight: bold;
}

#longauthor {
  font-size: 20px;
  line-height: 30%
}

#longsubtitle {
  font-size: 30px;
  line-height: 100%
}

/* very bottom */


.bottomBox {
  position: relative;
  height: 20px;
  width: 400px;
  z-index: 1;
  text-align: center;
  margin: 40px auto 10px auto;
  font-family: 'calibri';
}

.bottomBox a {
  text-decoration: none;
}

.bottomBox a:hover {
  text-decoration: underline;
}

.bottomBox a:visited {
  color: #0000EE;
}
