html {
    height: 100%;
    overflow: hidden;
}

body {
    /* background: url(web_images/bg.png) no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    color: #2e2e2e;
    font-size: 13pt;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
    background: #e8e8e8;
}

a,
a:visited,
a:hover {
    text-decoration: underline;
    color: rgb(0, 0, 0);
}

.layout-container {
    height: 100%;
}

/*rgb(121,153,116)*/

/*rgb(124,125,121)*/

.bg-left {
    background: url(./images/bg-left.png) repeat-x 0px 30px fixed;
    height: 100%;
}

.bg-middle {
    background: url(./images/bg-middle.png) repeat-x 0px 0px fixed;
    height: 100%;
}

.bg-right {
    background: url(./images/bg-right.png) repeat-x 0px 2px fixed;
    height: 100%;
}

.logo-middle {
    padding-top: 0px;
}

.logo-middle2 {
    padding-top: 30px;
}

.image-header {
    width: 100%;
}

.company-info {
    background-color: rgb(200, 200, 200);
    border: rgb(200, 200, 200) solid 5px;
    padding: 5px;
    margin: 6px;
	width:300px;
}

.company-info i {
    font-size: 1.5em;
    color: rgb(121, 153, 116);
}

.content {
    background-color: #E7EBE6;
    border: rgb(180, 180, 180) solid 1px;
    padding: 2em;
    margin: 2em;
    /* //margin-top: 120px; */
    height: 80%;
	overflow:auto;
}

.content-background {
    background-color: #BBC8B9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    padding: 5px;
}

.side-background {
    /* background: url(./images/pills-side.png) no-repeat right top; */
    height: 100%;
}