body{
    background-image:url("/art/images/backgroundd.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: 110px 0 0 610px;
    transform: rotate(10deg);
    z-index:100;
}
#fabric{
    width:150px;
    height:461px;
    position:absolute;
    margin:370px 0 0 -40px;
    z-index:0;
    opacity: 0;
}
.container{
    height:770px;
    width: 770px;
    display: flex;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow:hidden;
    border-radius:10px;
    box-shadow: 0 0 20px black;
    background-image:url("/images/background44suburbia.jpg");
}
.box{
    display:inline-block;
    box-sizing: border-box;
    border-radius:10px;
}
.button{
    margin:6px 0 0 0;
    background-color: red;
    border-radius:5px;
    text-align: center;
    width:140px;
    height:28px;
}
.button:hover{
    transform: scale(1.02);
}
#banner{
    width: 770px;
    height:190px;
    background-image:url("/art/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("/art/images/side.jpg");
    z-index: 1;
}
#one{
    position:absolute;
    height: 562px;
    width: 590px;
    margin-top:200px;
    margin-left:170px;
    background-image:url("/art/images/bigbox.jpg");
    overflow:hidden;
}
#text1{
    margin:30px 15px 15px 15px;
    position:static;
    height:560px;
    width:560px;
    text-align:justify;
    font-size:15px;
    overflow:auto;
    color:#20171a;
}
::-webkit-scrollbar { 
display: none; 
}
.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;
}
h2, h3{
    background: linear-gradient(180deg,rgba(94, 67, 47, 1) 0%, rgba(64, 40, 22, 1) 100%);
    color:#cda88c
}
.picture
{
    background-color: rgba(255, 255, 255, 0.95);
    width:100px;
    height:100px;
    border: 2px groove black;
    display:inline-block;
    margin:5px;
    text-align: center;
}
.picture a{
    color:black;
    font-weight: 100;
    display: inline-block; 
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
}.picture a:hover{
    color:black;
    font-weight: 100;
}
.picture img:hover{
    -webkit-transform: scale(1);
	transform: scale(1.02);
}
ul {
  list-style-type: none;
  margin:0;
  padding:0;
  background-image:url("/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=48017"),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=48017"),default;
    font-family:"MS Gothic";
    font-weight: bold;
}
