body {
    margin: 0;
    padding: 0;
    background: url(../images/wood_floor_bg.jpg);
	overflow: hidden;
}
#banner {
    position: absolute;
    top: 0px;
    left: 0px;
}
.maincontent {
    height: 450px;
}
.bottombox {
    height: 250px;
}
.bottom {
    height: 150px;
    width: 100%;
    background: #000;
}
#cv_bottom img {
    margin-bottom: -3px;
}
.pratbubbla {
    width: 900px;
    height: 420px;
    padding-top: 0px;
    padding-left: 140px;
    background: url('../pratbubbla_bg1.png') no-repeat;
}

.space50 {
    clear: both;
    height: 450px;
}
.scrollarea {
    height: 1500px;
    width: 100%;
    margin-top: -5px;
}
.cloud {
    margin-top: 600px;
    margin-left: 400px;
}

.message {
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
}
.success {
    background: #518a53;
    color: #19541e;
    border-top: #19541e 1px solid;
    border-bottom: #19541e 1px solid;
}
.error {
    background: #d44a4a;
    color: #551515;
    border-top: #551515 1px solid;
    border-bottom: #551515 1px solid;
}

/***************
    Colors
***************/
.red  {
    background-color: #ff0000;
}
.green  {
    background-color: #00ff00;
}
.turquoise  {
    background-color: #5BBDD8;
}
.yellow  {
    background-color: #ffff00;
}
