body {
font-family:century gothic;
margin:0;
width:100%;
height:100%;
}
.left {
background:url('../images/intro-left.jpg') repeat-x;
position:absolute;
top:50%;
left:0;
margin-top:-185px;
width:50%;
height:370px;
z-index:0;
}
.middle {
background:url('../images/intro-middle.jpg') no-repeat;
width:1000px;
height:370px;
position:absolute;
top:50%;
left:50%;
z-index:2;
margin:-185px 0 0 -500px;
}
.middle div {
position:absolute;
top:230px;
left:482px;
}
.middle a{
text-decoration:none;
margin-left:20px;
}
.middle img {
margin-right:7px;
border:0;
}
.middle span {
vertical-align:3px;
color:#847e6e;
}
.middle a:hover span{
text-decoration:underline;
}
.right {
background:url('../images/intro-right.jpg') repeat-x;
position:absolute;
width:50%;
height:370px;
left:50%;
top:50%;
margin-top:-185px;
z-index:0
}
