html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #414141;
}

h1 {
  font-size: 22px;
  line-height: 28px;
  color: #f3971b;
}

h2 {
  font-size:16px;
}

a, a:hover, a:active, a:link, a:visited {
  color: #414141;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.landing {
  height: 1192px;
  width: 100%;
  background: url(bg.png) repeat-x 0 0;
}

.landing .all {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* MAIN */
.main {
  position: absolute;
  top: 402px;
  left: 0;
  width: 960px;
  background: url(logo_digta.png) no-repeat 0 30px;
}

.main .content {
  margin-top: 60px;
  float: left;
  width: 600px;
}

.main .call {
  position: absolute;
  top: 80px;
  right: 0px;
  height: 134px;
  width: 338px;
  background: url(call.png) no-repeat 0 0;
}

.main .call a {
  display: block;
  height: 100%;
  width: 100%;
}

.box {
  position:absolute;
  left:631px;
  top:230px;
  width:328px;
  height:205px;
  background: url(box.png) no-repeat 0 0;
}

.box div{
  padding-left:20px;
  padding-right:20px;
}

/* TOP */
.top {
  position: absolute;
  top: 0px;
  height: 402px;
  width: 100%;
}

.top .header {
  height: 70px;
  width: 236px;
  background: url(logo.png) no-repeat 0 0;
}

.top .slider {
  margin-top: 10px;
}

/* BOTTOM */
.bottom {
  position: absolute;
  top: 880px;
  width: 100%;
}

.bottom .links {
  position: absolute;
  right: 0;
  font-size: 11px;
}

.bottom .footer {
  margin-top: 40px;
}

/* CAROUSEL */
#carouselDiv {
  margin-left: auto;
  margin-right: auto;
}

#carouselDiv .prev, #carouselDiv .next {
  display: block;
  width: 37px;
  height: 100%;
  position: relative;
}

#carouselDiv .prev {
  background: url(prev.png) no-repeat 0 50%;
  float: left;
  right: 37px;
}

#carouselDiv .next {
  background: url(next.png) no-repeat 0 50%;
  float: right;
  left: 37px;
}

#carouselDiv a span {
  border: 1px solid #F3961A;
  background: #ffffff;
  padding: 5px;
  margin: 2px;
  display: none;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 3px 3px 4px #888;
  -webkit-box-shadow: 3px 3px 4px #888;
  box-shadow: 3px 3px 4px #888;
}

#carouselDiv a:hover span {
  display: inline;
}
