body {
   background-color: #171742;
   color: #CECEE6;
   font-family: "Courier New";
}

p {
   margin: 0;
}

a {
   text-decoration: underline;
}

.logo-container {
   background-image: url('images/logo-terminator.jpg');
   background-position: top right;
   background-repeat: no-repeat;
   height: 60px;
   padding-right: 6px;
}

.logo-gradient {
   background-image: url('images/logo-gradient.jpg');
   background-repeat: repeat-x;
   height: 60px;
}

.logo-left {
   background-image: url('images/logo-left.jpg');
   background-repeat: no-repeat;
   height: 60px;
}

.logo {
   background-image: url('images/logo.jpg');
   background-repeat: no-repeat;
   height: 60px;
   margin-left: 57px;
   margin-top: -60px;
}

.logo-right {
   background-image: url('images/logo-right.jpg');
   background-repeat: no-repeat;
   height: 60px; 
   margin-left: 230px;
   margin-top: -60px; 
}

.content {
   margin-left: 20px;
   margin-top: 20px;
}

.welcome-header {
   margin-left: 30px;
   margin-top: 20px;
}

.welcome {
   margin-bottom: 20px;
   margin-left: 30px;
   margin-top: 250px;
}

.footer-wrap {
   background-color: #F0F0F0;
   color: #606060;
   left: 0px;
   bottom: 0px;
   position: fixed;
   width: 100%;
}

.footer {
   margin: 0 auto;
   padding: 10px;
   text-align: center;
}

p.eu {
   font-size: 11px;
   margin-top: 10px;
}