/* mystyle */
body {
    line-height: 1.125em;
    font-family: Verdana, 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#464749;
    color: #333;
    background-color: #CCC;
}

.wrapper {
    width: 1000px;
    height:800px;
    margin: 0 auto;
    margin-top: 8px;
    text-align: left;
    position:relative;
    background-color: #FFF;
}
.content{
  font-size: 1.1em;
  width: 1000px;
	position:absolute;
	display:block;
	background-image:url(s_images/construct.jpg);
}
.construct {
  font-weight: bolder;
  font-size: 1.1em;
  margin-top: 40px;
  margin-left: 20px;
}
.info {
  margin-top: 380px;
  margin-left: 20px;
}
.header {
  margin-left: 200px;
}
.title {
  font-weight: bolder;
  font-size: 1.2em;
}
.clr {
	clear: both;
}

