* {
  margin: 0;
  padding: 0;
}

html { height: 100%; margin-bottom: 1px; } 

body {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 100.01%;
  color: #dadada;
  background-color: #fff;
  text-align: center;
}

.frame {
  width: 700px;
  height: 551px;
  background-image: url(/fileadmin/templates/images/splashscreen.jpg);
  background-repeat: no-repeat;
  background-position: 0 center;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

p {
  font-size: 36px;
  margin-bottom: 35px;
}

p a {
  color: #595959;
  text-decoration: none;
}

p a:hover {
  color: #000;
}

.english {
  margin-right: 110px;
}

.arabic {
  margin-right: 80px;
}

.deutsch {
  margin-right: 20px;
}

.italiano {
  margin-right: 55px;
}

.russian {
  margin-right: 90px;
}