body {		
  background-image: url("../images/SdWiseTechs_320x320.png");
  background-repeat: no-repeat;
  background-position: center;
  font-family: Roboto, Arial, sans-serif;
  color: rgba(0,0,0,0.87);		
}


td a {
  color: black;
font-size: x-small;
}

td a.normale{
  color: black;
font-size: initial;
}


td {
text-align:center;
}

td.top_left {
text-align:left;
vertical-align:top;
}

#main_table {
width: 80%;	
margin-left:auto; 
margin-right:auto;
}

#footer_table {
width: 40%;	
margin-left:auto; 
margin-right:auto;
background: #024242;
}

#footer_table a {
  color: black;
font-size: x-small;
}

#signature {
  padding: 16px 24px;
  color: black;
}

#footer_titles {
color: black;
}	  

#message {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2),0 1px 1px 0 rgba(0,0,0,0.14),0 2px 1px -1px rgba(0,0,0,0.12);
  border-radius: 2px;
  padding: 16px 24px;
  color: black;
  background: white;
  opacity: 0.8;
  height: 500px;
  text-align: center;
}

#message h1 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 16px;
}

#message p {
  font-weight: 300;
  line-height: 150%;
}

#message ul {
  margin: 16px 0 0;
  padding: 0;
  text-align: left;
}

#message li a {
  display: inline-block;
  padding: 8px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  color: black;
  border: 1px solid rgb(3,155,229);
  border-radius: 3px;
  font-size: 14px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}

