body {
  font-family: Arial, sans-serif;
  background-color: #5166b9;
  margin: 0px;
  padding: 0px;
  background-image: url('blue-bend_1920x1200.jpg');
  width: 100%;
  background-position: right center;
  background-repeat: no-repeat;
}

.tableMain {
  width: 100%;
  height: 100%;
  border: none;
}

td {
  vertical-align: middle;
}

div { border: none; }

.divMain {
	left:10px; 
	top:10px; 
	width:62px; 
	height:43px; 
	z-index:1;
}

.divLanguages {
  /* position: relative; */
  /* position: absolute; */
  width: 200px;
  left: 0px;
}

.languages {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  padding: 2px;
}

.languages:hover {
  background-color: #d9e0ff;
  color: #283980;
}

.flags {
  text-align: right;
  vertical-align: middle;
  width: 30;
  height: 25
}


