body {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: medium;
  background-color: black;
  color: white;
}

h1 {
  font-size: 130%;
  font-weight: normal;
}

h2 {
  font-size: 120%;
  border-bottom: 1px solid white;
  font-weight: normal;
}


#header {
  background-color: #005580;
  border: 1px solid white;
  min-height: 40px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle; line-height: 1.1
}

#header h1 {
  color: white;
}

#main {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

#ticket {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#links {
  position: static;
  width: 1080px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 80%;
}
#link1 {
 position: relative;
 width: 150px;
 height: 30px;
 border: 1px solid red;
}
#link2 {
 position: relative;
 top: -31px;
 left: 150px;
 width: 150px;
 height: 30px;
 border: 1px solid red;
}
#link3 {
 position: relative;
 top: -31px;
 left: 150px;
 width: 150px;
 height: 30px;
 border: 1px solid red;
}
#link4 {
 position: relative;
 top: -31px;
 left: 150px;
 width: 150px;
 height: 30px;
 border: 1px solid red;
}
#link5 {
 position: relative;
 top: -31px;
 left: 150px;
 width: 150px;
 height: 30px;
 border: 1px solid red;
}
#link6 {
 position: relative;
 top: -31px;
 left: 150px;
 width: 150px;
 height: 30px;
 border: 1px solid red;
}
#link7 {
 position: relative;
 top: -31px;
 left: 150px;
 width: 150px;
 height: 30px;
 border: 1px solid red;
}
#link1, #link2, #link3, #link4, #link5, #link6, #link7, #links_line, #devider{
text-align: center;
vertical-align: middle; line-height: 30px;
background-color: #005580;
border: 1px dotted gray;
}
#footer
{
  font-size: 80%;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  color:grey;
 }
 #links_line {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: 80%;
}
#devider{
  max-width: 1080px;
  max-height: 20px;
  margin-left: auto;
  margin-right: auto;
}
.responsive {
  max-width: 100%;
  height: auto;
}
 
