@charset "UTF-8";



* {
  margin: 0px;
  padding: 0px;
}

body {
  color: #fff;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12pt;
  background: #220017;
}

.page {
  max-width: 450px;
  height: 630px;
  margin: 30px auto;
  position: relative;
  background-color: transparent;
  border: 0px solid #00CED1;
}

.title-image {
  width: 450px;
  height: 300px;
  margin: 0px auto;
  background-image: url(disco-m.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 8px;
}

header {
  width: 450px;
  height: 115px;
  margin-top: -115px;
  border: 0px solid #6B8E23;
}

 a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #e06604;
}

h1 {
  font-size: 30pt;
  font-weight: normal;
  text-align: center;
  border: 0px solid #000;
}

h2 {
  font-size: 16pt;
  font-weight: normal;
  text-align: center;
  padding-bottom: 5px;
  border: 0px solid #000;
}

h3 {
  font-size: 12pt;
  font-weight: normal;
  text-align: center;
  padding-bottom: 30px;
}

ul {
  width: 450px;
  height: 295px;
  margin: 30px 0 0;
  text-align: center;
  border: 0px solid #fff;
}

li {
  float: left;
  margin-left: 5px;
  width: 48%;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  list-style: none;
}

ul a {
  color: #fff;
  display: block;
  margin: 0px 3px 5px 3px;
  padding: 7px;
  border: 1px solid #232851;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

ul a:hover {
  color: #fff;
  background-color: rgba(255,255,255,.15);
  }