.nbox {
    position: absolute;
    background-color: rgba(50, 180, 50, 0.5);
    max-width: 750px;
    max-height: 40px;
    line-height: 40px;
    top: -405px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.cbox { max-height: 400px; bottom: 0px; position: absolute; }
.sbox { height: auto; position: relative; }
.cbox, .sbox {
    background-color: rgba(50, 180, 50, 0.5);
    max-width: 750px;
    top: 50;
    left: 0;
    right: 0;
    margin: auto;
}

.cbox-image {
    position: relative;
    background-color: blue;
    float: right;
    vertical-align: middle;
    max-width: 55%;
    width: auto;
    right: 20px;
    top: 20px;
    bottom: 20px;
}

.wtf {
    overflow: auto;
    background-color: red;
    float: right;
    width: 75px;
    height: 40px;
}

.vertical-center {
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-93%);
  transform: translateY(-93%);
  text-align: center;
}

.title {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.cbox-buttons {
    position: relative;
    float: left;
    vertical-align: middle;
    max-width: 45%;
    width: 44%;
    left: 20px;
    top: 2.37px;
}

.cbb {
    position: relative;
    background-color: #69AFD0;
    right: 0px;
    left: 0px;
    text-align: center;
}

.cbl {
    text-decoration: none;
    color: black;
}

.cbox-text {
    position: relative;
    padding: 15px;
}

#background {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/backgroundtile1.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: 100%;
    overflow: hidden;

    font:15px Arial, sans-serif;
}

#background-long {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/backgroundtile1.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: 100%;

    font:15px Arial, sans-serif;

}


pre {
  background-color: #eeeeee;
  font-family: courier;
  
        overflow-x: auto;
        overflow-y: hidden;
}