* {
  padding:0;
  margin:0;
}

html {
  height:100%
}

body {
  height:100%;
        background-position:top center;
        background-image:url(../backgrounds/linen.png);
  background-repeat:repeat;
}

@font-face {
    font-family: 'DISCORegular';
    src: url('../fonts/DISCO___-webfont.eot');
    src: url('../fonts/DISCO___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DISCO___-webfont.woff') format('woff'),
         url('../fonts/DISCO___-webfont.ttf') format('truetype'),
         url('../fonts/DISCO___-webfont.svg#DISCORegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


p {
  font-family: Helvetica, Arial, sans-serif;
  color:#000000;
}

p.title {
  font-family: DISCORegular, Helvetica, Arial, sans-serif;
  color:#000000;
}

#content {
  width:800px;
  margin-top:50px;
  margin-left:auto;
  margin-right:auto;
}

#fadeshow1 {
  width:800px;
  height:500px;
  margin-left:auto;
  margin-right:auto;
}

#name {
  width:800px;
  margin-left:auto;
  margin-right:auto;
  font-family: Garamond;
  font-weight:400;
  font-size:36px;
  text-align:center;
  color:#ffffff;
  padding-top:13px;
  padding-bottom:14px;
}

#home-navigation {
  width:1000px;
  margin-left:-30px;  
}

#nav {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}

#nav li {
  float: left;
  padding-right:13px;
}

#info {
  width:800px;
  margin:auto;
  padding-bottom:5px;
}

.links li {
  font-family:DISCORegular, Helvetica, Arial, sans-serif;
  font-size:16px;
  color:#000000;
  margin-left:10px;
  margin-right:10px;
  padding-top:7px;
  list-style:none;
}

.button {
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b9b9b9), color-stop(1, #b9b9b9) );
  background:-moz-linear-gradient( center top, #b9b9b9 5%, #b9b9b9 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color:#b9b9b9;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  border:0px solid #b9b9b9;
  display:inline-block;
  color:#000000;
  font-family:DISCORegular, Helvetica, Arial, sans-serif;
  font-size:18px;
  padding:9px 48px;
  text-decoration:none;
  text-shadow:none;
}

.button:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color:#dfdfdf;
}

.button:active {
  position:relative;
  top:1px;
}

.wrapper {
  height:auto !important;
  height:100%;
  margin:0 auto 0;

.footer {
  width:800px;
  margin-left:auto;
  margin-right:auto;
}

#copyright {
  width:800px;
  margin-left:auto;
  margin-right:auto;
}