body{
  text-align: center;
  font-family: times;
  background-color:white !important;
}

.wrapper{
  text-align: left;
  margin: auto;
  width: 1000px;
  height: 768px;
  position: relative;
  background-image: url(/UserFiles/images/background.jpg);

}

.wrapper.widescreen{
  background-image: url(/UserFiles/images/background-widescreen.jpg);
}

.wrapper .background{
  
}

.header_wrapper{
  position: absolute;
  top: 66px;
  left: 75px;
}

.header_wrapper .header{
  position: relative;
  width: 848px;
  height: 80px;
  font-size: 20px;
}

.header_wrapper .header .phone_number{
  top: 587px;
  left: 75px;
  position: absolute;
  color: black;
}

.header_wrapper .header .menu{
  left: 75px;
  bottom: 0px;
  position: absolute;
}

.header_wrapper .header .menu ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.header_wrapper .header .menu ul li{
  float: left;
  margin-right: 30px;
}

.header_wrapper .header .menu ul li a{
  text-decoration: none;
  color: black;
}

.content_wrapper{
  position: absolute;
  top: 172px;
  left: 147px;
}

.content{
  width: 705px;
  height: 413px;
  position: relative;
}

.content .text{
  width: 413px;
  height: 413px;
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: auto;
}

.content .text.widescreen{
  width: 690px;
  height: 413px;
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: auto;
}

.content .text_inner{
  margin: 20px;
}

.content .image{
  position: absolute;
  left: 7px;
  top: 10px;
  width: 260px;
  height: 195px;
}

.content .image .image_text{
  position: absolute;
  left: 20px;
  top: 245px;
  width: 215px;
  font-size: 25px;
  font-family:sans-serif;
  text-align: center;
}



