body{
    background-image:url("/links/images/background.jpg");
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
#wrapper {
    margin-left:auto;
    margin-right:auto;
    width:1200px;
    height:800px;
    display: flex;
    justify-content:center;
}
#leaf{
    width: 300px;
    height: 300px;
    position:absolute;
    margin: 130px 0 0 610px;
    transform: rotate(10deg);
    z-index:100;
}
.container{
    height:770px;
    width: 770px;
    display: flex;
    margin-top:0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow:hidden;
    border-radius:10px;
    background-image:url("/links/images/background44suburbia.jpg");
}
.box{
    display:inline-block;
    box-sizing: border-box;
    border-radius:10px;
}
#banner{
    width: 770px;
    height:190px;
    background-image:url("/links/images/banner.jpg");
    
}
#menu{
    position:absolute;
    width: 770px;
    height:40px;
    margin-top:150px;
}
#side{
    position:absolute;
    height:562px;
    width:150px;
    margin-top:200px;
    margin-left:10px;
    background-image: url("/links/images/side.jpg");
}
#one{
    position:absolute;
    height: 350px;
    width: 590px;
    margin-top:200px;
    margin-left:170px;
    background-image:url("/links/images/one.jpg");
}
#text1{
    margin:30px 0 0 0;
    position:static;
    float:right;
    height:340px;
    width:590px;
    text-align:center;
    font-size:15.5px;
    overflow:auto;
    color:#44505c;
}
.buttons img{
    opacity:50%;
}
.buttons img:hover{
    mix-blend-mode:normal;
    opacity: 100%;
    scale:1.1;
}
#two{
    position:absolute;
    margin-top:562px;
    margin-left:170px;
    height: 200px;
    width:290px;
    background-image:url("/links/images/three.jpg");
}
.title{
    position:absolute;
    margin: 5px 0 0 5px;
    font-size: 17px;
    color: #cda88c;
}
.text2{
    position:static;
    margin: 35px 0 0 6px;
    max-height:160px;
    width:280px;
    color:black;
    font-size:14px;
    text-shadow: 0 0 1px #ffffff;
}
#three{
    position:absolute;
    margin-top:562px;
    margin-left:470px;
    height: 200px;
    width:290px;
    background-image: url("/links/images/three.jpg");
}
ul {
  list-style-type: none;
  margin:0;
  padding:0;
  background-image:url("/links/images/menu_strip.jpg");
  background-size:100% 100%;
  display:flex;
  justify-content:center;
}
ul li a{
  display:block;
  color:white;
  border-width:0 3px 0 3px;
  border-color: #313131;
  border-style:groove;
  padding:14px 30px;
  text-decoration:none;
}
ul li a:hover {
 text-shadow: 0 0 10px #ffffff;
 font-weight:bold;
 color:white;
 text-decoration:none;
}
a:hover{
    cursor: url("http://www.rw-designer.com/cursor-extern.php?id=125261"),default;
}
ul li a:visited{
    color:white;
    text-decoration: none;
}
footer{
    text-align:center;
    color:white;
    margin:auto;
    width:1200px;
}
html{
    cursor: url("http://www.rw-designer.com/cursor-extern.php?id=125260"),default;
    font-family:"MS Gothic";
    font-weight: bold;
}