@import url("multiple_site_start.css");

body {
	color:#666;
        background: #000;
	margin:0px 0px 50px 0px;
	padding:0px;
}


#pagebg {
    background: transparent;
}


#bgcontent{
  background: rgba(0, 0, 0, 0.6);
  padding:11px;

}


.buttonwrapper {
   padding: 12.5px;
}

.labelbutton img {
    width:390px;
}

.buttonset{
  padding-left: 0;
}
 
.labelbutton {
    border: 2px solid #0062ff;
}


#bg {
    background: url("bg04.jpg") no-repeat scroll center 0 transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    	-moz-background-size: 100% auto; /* Firefox */
	-webkit-background-size:auto 100%; /* Safari, Chrome */
	background-size:auto 100%; /* Opera, IE, W3C Standard */
}

.company_labels_wrapper {
/* Firefox */
left: -moz-calc(50% - 431px);
/* WebKit */
left: -webkit-calc(50% - 431px);
/* Opera */
left: -o-calc(50% - 431px);
/* Standard */
left: calc(50% - 431px);
}

.logo_top {
  width: 860px;
  overflow:hidden;
  margin:auto;  
}


.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: 860px;
}

.startbutton {
  width:190px;
  height:50px;
  background:#ff0000;
  border-radius: 5px;
}

.startbutton:hover {
  background:#fff;
}

.startbutton:hover a{
  color:#ff0000;
}

.startbutton a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 50px;
  letter-spacing:2px;
}

.outer {
    bottom: 0;
    height: auto;
}


#bgcontent{
  background: transparent;
  padding:11px;

}