body {
   margin:0;
   padding:0;
   font-family: arial;
   font-size: 12px;
   background: #ccc5b8;
}

.container {
   width: 900px;
   height: 720px;
   margin: auto;
   background: white;
}

#header {
   display: block;
   width: 900px;
   height: 179px;
   background: url('../gfx/landingpage/header.jpg');
}
#content {
   width: 900px;
   height: 400px;
   background: white url('../gfx/landingpage/background_logo.gif') no-repeat;
}
#content_left {
   height: 400px;
   width: 500px;
   float: left;
   margin-left: 50px;
}
#content_text {
   width: 400px;
   margin: 20px;
   float: left;
}
#sub_box {
   width: 390px;
   /*background: #f4d79e;*/
   float: left;
   height: 50px;
   margin: 0 20px;
   padding: 5px;
   font-size:10px;
}
#content_right {
   height: 400px;
   width: 300px;
   float: right;
   margin-top: 20px;
}


img.hnw_logo {
   display:block;
}
.hnw_text {
   margin:50px auto;
   width:421px;
   padding:25px;
   background:white;
}
img.logo_desenco {
   display:block;
   margin:1em auto 2em auto;
}
.hnw_text p {
   font-weight:bold;
   color:#706d61;
}

a.hnw_button {
   display:block;
   background:#706d61;
   font-size:20px;
   font-weight:bold;
   color:white;
   text-decoration:none;
   text-align:center;
   padding:12px 0;
   width:300px;
   margin:2em auto 1em auto;
}
a.hnw_button:hover {
   background:#827b5e;
}
