* {
margin: 0;
padding: 0;
}

html, body {
height: 80%;
}

body {
background: url(images/tile.jpg) repeat;
font:normal 13px Helvetica, Arial, sans-serif;
color:#333;
}

img {
border:none;
}

.wrapper {
background:#2e3192;
width: 790px;
margin: 0 auto;
min-height: 100%;
height: auto !important;
height: 100%;
}

.content {
background: url(images/home.jpg) no-repeat;
width:790px;
height:500px;
}

.content p.wood {
padding:150px 0 0 100px;
width:180px;
border-bottom:solid 1px #fff;
}

.content p.metal {
padding:0 0 0 175px;
width:180px;
border-bottom:solid 1px #fff;
}


a:Link, a:Visited {
color:#fff;
text-decoration:underline;
}

a:Hover {
border:none;
text-decoration:none;
}

.footer {
background:#2e3192;
color:#fff;
font-size:16px;
font-style:italic;
text-align:center;
width:790px;
margin:0 auto;
padding:50px 0 10px;
}

.footer p {
margin:0 150px;
}
