/* Tipsport */

body {
  background-color: #01122e;
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 10pt;
  text-align: center;
  font-family: Arial;
}

#cover {
  margin: 0 auto;
  padding: 0;
  width: 980px;
  min-height: 532px;
  _height: 532px;
  background-image: url(img/main.jpg);
  background-repeat: no-repeat;
}

#header {
  width: 980px; 
  height: 167px; 
  padding: 0;
  margin: 0;
}

#content {
  padding: 0;
  margin: 0;
  width: 980px;
  height: 317px;
  background-image: url(img/middle.jpg);
}

#content-left {
  left: 30px;
}

#content-right {
  left: 130px;
}

#content-left,
#content-right { 
  position: relative;
  float: left; 
  text-align: center;   
  width: 410px; 
}

#content-left h2,
#content-right h2 {
  text-align: left;
  padding: 18px 0 18px 0;
  margin: 0;
  font-size: 17pt;
  color: #ffffff;  
}

#content-left-button,
#content-right-button {
  padding: 8px 0 0 0;
  margin: 20px auto;
  height: 48px;
  background-repeat: no-repeat;     
}

#content-left-button {
  background-image: url(img/button-orange.jpg);
  width: 225px;
}

#content-right-button {
  background-image: url(img/button-blue.jpg);
  width: 203px; 
}

a.button {
  color: #522600;
  text-decoration: none;
  font-weight: bold;
  font-size: 11pt;
}

#footer {
  padding: 10px 0 0 0;
  clear: both;
  text-align: center;
  width: 980px;
  height: 48px;
  background-image: url(img/footer.jpg);
  background-repeat: no-repeat;  
}

a {
  color: #ffffff;
  text-decoration: none;
}