

body {
  background: black;
  color: #ff5300;
  height:100%; 
  zoom:110%;
}

#container {
  height:600px; 
}
#box {
  width:550px;
  height:auto;
  margin:auto;
  position: relative;
  background:black;
  overflow:visible;
}

#box2 {
  width:550px;
  height:auto; 
  margin:auto;
  position: relative;
  background:black;
  overflow:visible;
}

#box3 {
  width:550px;
  height:660px; 
  margin:auto;
  position: relative;
  background:black;
  overflow:visible;
  line-height:0;
}
#boxin {
  padding:20px;
  text-align:center;
  font-family:courier;
  
  font-size:20px;
}

a {
 color:#ff5300; 
 text-decoration:none;
}

a:hover {
 color:black;
}

.sysbox { 
        background-color:black;
        width: 400px;
        color: #ff5300;
    }
   
    .sysbox2 {
      padding:5px;
      line-height:100%;
        opacity:.8;
        height:30px;
        font-family:arial;
        color:#ff5300;
        font-size:28px;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
overflow: hidden;
 
    }
   
    .sysbox2:hover {
      opacity:1;
        position: relative;
        height: 300px;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
 
    }
   
    .sysbox3 {
        padding-top: 23px;
        font-family:courier;
        font-size: 20px;
        text-align: left;
        line-height: 20px;
        color: #ff5300;
        width:85%;
    }

#s1 {
  background-color:#ff5300;
}

#s2 {
  background-color:#ff5300;
}

#s3 {
  background-color:#ff5300;
}

#s4 {
  background-color:#ff5300;
}

#s5 {
  background-color:#ff5300;
}

#s6 {
  background-color:#ff5300;
}

#syscont {
  background:black;
  height:460px;
  width:400px;
}

.column1 {
  float: left;
  width: 50%;
}
.column2 {
  float: left;
  width: 50%;
}

#boxinin {
  padding:20px;
  text-align:center;
  font-family:courier;
  font-size:20px;
  column-count: 2;
}

span {
 color: #ff5300;
}

