body {
  background: radial-gradient(rgb(34, 84, 200), rgb(16, 30, 90));
  font-family: arial;
  color: white;
  font-size: 18px;
  line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 20px;
} 
table,td,tr {
  border-collapse: collapse;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
}
input {
  border: 0;
  padding: 0;
  background-color: rgba(16, 30, 91, 0.75);
  color: rgb(80, 105, 172);
}
a:link {
    text-decoration: none;
    color: white;
}

a:visited {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: none;
    color: white;
}

a:active {
    text-decoration: none;
    color: white;
}
#content {
  width: auto;
  height: 800px;
  margin: 20px;
}
#wrapper {
  width: 90%;
  min-height: 600px;
  height: auto;
  margin: auto;
  position: relative;
}
#banner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
td img {
  width: 100%;
}
#logo {
  width: 20%;
}
#Hrstxt {
  padding-top: 2.5%;
  vertical-align: top;
  width: 60%;
  text-align: center;
}
#loginBut {
  vertical-align: bottom;
  width: 8%;
  text-align: center;
}
.logindata {
  width: 45%;
}
#reglink{
  white-space: nowrap;
  vertical-align: bottom;
}
#links {
  vertical-align: top;
}
#links img {
  width: 100%;
  -ms-transform: rotate(12deg); /* IE 9 */
  -ms-transform-origin: 5% 50%; /* IE 9 */
  -webkit-transform: rotate(12deg); /* Chrome, Safari, Opera */
  -webkit-transform-origin: 5% 50%; /* Chrome, Safari, Opera */
  transform: rotate(12deg);
  transform-origin: 5% 50%;
  transition: 1s;
}
#links img:hover {
  -webkit-transform: rotate(-4deg) translate(0, 0) ;
}
#wrpText {
  display: inline-block;
  width: 100%;
  background-image: url("img/main/deco/raster.png");
  min-height: 600px;
  height: auto;
  position: relative;
}
#wrpText p,h1,h2,h3 {
  margin-left:21px;
  margin-top: 19px;
  margin-right: 40px;
  justify-content: center;
}
#deco0 {
  width: 90%;
  height: 20px;
  margin: auto;
}
#deco1 {
  position: relative;
  width: 20px;
  min-height: 60px;
  background-image: url(img/main/deco/gridlin.png);
  background-position: center;
  justify-content: center;
}
#deco2 {
  position: relative;
  width: 20px;
  min-height: 60px;
  background-image: url(img/main/deco/gridlinr.png);
  background-position: center;  
  justify-content: center;
}
#vrt-td-spcr {
  height: 20px;
  width: 100%;
}
#cont-img {
  width: 260px;
  float: right;
  margin: 40px;
}