body{
background-image: url("images/tweed.png");
background-attachment: fixed;
font-family: arial, sans-serif;
font-size: 90%;
}

a{
text-decoration: none;
color: #0099cc;
}

a:hover{
color: grey;
}

a:visited{
color: #0099cc;
}

a:visited:hover{
color: grey;
}


#container{
position: relative;
top: 20px;
margin: 0 auto;
width: 848px;
margin-bottom: 100px;
background-image: url("images/home1.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center top;
}

#logo{
position: absolute;
left: 60px;
padding: 10px;
}

#header{
position: relative;
height: 110px;
border: solid 2px;
border-color: white;
}

#hauptwerk{
position: absolute;
padding: 20px;
right: 20px;
}

#content{
position: relative;
border: solid 2px;
border-color: white;
border-top: none;
height: 443px;
}

#intro{
height: 443px;
}

#hello{
position: relative;
width: 450px;
top: 50px;
left: 20px;
background: #B9B9B9;
opacity: 0.9;
padding: 10px;
border: solid 1px;
}

.biglink{
font-size: 16px;
position: absolute;
width: 80px;
left: 620px;
background: #B9B9B9;
opacity: 0.9;
padding: 15px;
border: solid #0099cc 1px;
}

#newlink{
top: 50px;
}

#refurblink{
top: 130px;
}

#churchlink{
top: 210px;
}

#contactlink{
top: 290px;
}

.recentwork{
position: relative;
background: white;
left: -2px;
font-size: 20px;
padding: 4px;
width: 838px;
border-top: solid 2px;

}

.exampletop{
background: #B9B9B9;
border-top: solid 2px;
border-bottom: solid 2px;
padding: 10px;
padding-top: 20px;
}

.examples1{
background: #B9B9B9;
border-top: solid 2px;
border-bottom: solid 2px;
padding: 10px;
padding-top: 20px;
margin-top: 40px;
}

.examples2{
background: white;
border-top: solid 2px;
border-bottom: solid 2px;
padding: 10px;
padding-top: 20px;
margin-top: 40px;
}

.left{
float: left;
}

.right{
float: right;
}

#contactholder{
height: 360px;
background: url("images/home1.jpg");
background-position: center top;
}

#contact{
position: relative;
top: 120px;
margin: 0 auto;
width: 550px;
background: #B9B9B9;
opacity: 0.9;
padding: 10px;
border: solid 1px;
}