html{
    height:100%;
  }

body {  
    text-align: center;
    margin: 0 auto;
    padding-bottom:2em;
    max-width:1120px;
    font-family: "Essays 1743", Palatino, "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5em;  
    margin-bottom: 85px;   
    /* background-image:url(background.jpg);*/
    height:900px;
    background-color: black;
    

}


div.top{
    /*margin-top:2%;*/
    text-align: center;
    -webkit-box-shadow: 0 0px 38px #292538;
    -moz-box-shadow: 0 0px 38px #292538;
    box-shadow: 0 0px 38px #292538;
    
    
}

div.top #slide
{
  width:1120px;
  height:620px;
  background-image: url(back.png);
  opacity: 0.9;
  
}

div.top #slide #intro{
 
  height:50px;
  width:50%;
  margin: 0 auto;
  text-align:justify;
  background-color:white;
  opacity: 0.3;
  padding:10px;
  font-weight: bold;
  padding-top:50px;
  vertical-align: middle;
}

div.top #slide #intro span {


}



div.top #menu
{
  vertical-align: middle;
  height:69px;
  /*background-color:#C0392B;*/
  color:white;
  font-family:Verdana;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color: #908d8b;
  background-image: -webkit-gradient
  (
  linear,
  left bottom,
  left top,
  color-stop(0, #961912),
  color-stop(0.61, #D62215)
  );
background-image: -o-linear-gradient(top, #961912 0%, #D62215 61%);
background-image: -moz-linear-gradient(top, #961912 0%, #D62215 61%);
background-image: -webkit-linear-gradient(top, #961912 0%, #D62215 61%);
background-image: -ms-linear-gradient(top, #961912 0%, #D62215 61%);
background-image: linear-gradient(to top, #961912 0%, #D62215 61%);
text-align: left;
text-align: center;
    -webkit-box-shadow: 0 0px 28px 2px #292538;
    -moz-box-shadow: 0 0px 28px 2px #292538;
    box-shadow: 0 0px 28px 2px #292538;
}

div.top #menu p
  {
    font-family: goudy_trajan_boldbold, "times new roman", Arial, Sans-Serif;
    margin-top: 0;
    padding-top: 2%;
    margin-left: 3%;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    text-shadow:1px 1px 1px #908d8b;
    word-spacing: 10px;
  }


div.info
  {
  display:inline;
  text-align: center;
  margin: 0 auto;
  }

div.content
{
  width:100%;
  height:28%;

}

div.content #top
{
  font-size: 16px;
  text-transform: uppercase;
  float:left;
  height:300px;
  width: 100%;
  background-color: white;
}

div.content #top #first
{
  float:left;
  width:25%;
  height:100%;  
  display: inline-block;
  border-right: inset 1px dotted black;
}

div.content #top #first span
{

 font-size:15px;

}


div.content #top #second 
{
 float:left;
  width:25%;
  height:100%;
  display: inline-block;

}

div.content #top #second span
{

 font-size:13px;

}

div.content #top #third 
{
    float:left;
  width:25%;
  height:100%;
  display: inline-block;

}

div.content #top #third span
{

 font-size:13px;

}


div.content #top #fourth
{
 float:left;
  width:25%;
  height:100%;
  display: inline-block;

}

div.content #top #fourth span
{

 font-size:13px;
 float:left;

}

div.content #middle
{
  font-size: 13px;
  float:left;
  height:2px;
  width: 100%;
  background-color: white;
  box-shadow: 0px 0px 10px #888;-webkit-box-shadow: 0px 0px 10px #888;-moz-box-shadow: 0px 0px 10px #888;
}

div.down
{

  margin: 0 auto;
  width:800px;
}

div.down span{
  position: bottom;
  float:left;
  padding-left: 5%;
  margin: 0 auto;
  text-transform: lowercase;
  font-size:13px;
  color:white;
  padding-top:2%;
}

a { text-decoration: none; color:white;}