* {
  margin: 0px;
}
a {
  color: #009ee3;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
}
body, html {
  width: 100%;
  height: 100%;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#container {
  z-index: 2;
  text-align: center;
  margin-bottom: 40px;
}
#logo {
  width: 600px;
  height: 391px;
  background-color: transparent;
  background-image: url('/images/raywestex-logo-600.png');
  background-size: 600px 391px;
  background-repeat: no-repeat;
  margin: 0px auto 0px auto;
}
#text {
  color: #333333;
  line-height: 1.3;
}
span.under-construction {
    display: block;
    margin-top: 15px;
    color: #009ee3;
    font-size: 20px;
    font-weight: bold;
}
