body {
    font-family: Arial, Helvetica, sans-serif;
    color: #C0C0C0;
    background-color: #151e1e }


html, body {
	height:100%;
	width:100%;
	margin:0 auto; 
	padding:0px;
}

.container { 
  height: 600px;
  position: relative;
  border: 0px ; 
}

.center {
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

img.logo {
  max-width:30%;
  max-height:30%;
}

img.txtcap-height {
  height: 1em;
}

img.txt-height {
  height: 1ex;
}

a:link {
  text-decoration: none ;
  color:#436370
}

a:visited {
  text-decoration: none ;
  color: #436370
}

a:hover {
  color: #304750
}

a:active {
  color: #304750
}