html,body{
margin:0;
padding:0;
}
body{
color:#444;
font-family:helvetica,arial,sans-serif;
font-size:.8em;
background:url(body.jpg) repeat-x 0 80px;
}
#wrap{
width:940px;
margin:0 auto;
}
#header{
height:80px;
}
#header h1{
font-size:1em;
margin:0;
padding:0;
height:80px;
background:url(header.jpg) no-repeat;
text-indent:-5000px;
}
#content{
padding-top:20px;
height:280px;
}
#left{
float:left;
display:inline;
margin-left:40px;
background:url(left.jpg) no-repeat;
width:400px;
height:250px;
}
.text{
display:none;
}
#right{
float:right;
display:inline;
margin-right:40px;
background:url(right.jpg) no-repeat;
width:400px;
height:250px;
}
.button{
margin:0;
padding:0;
margin-top:142px;
margin-left:60px;
width:280px;
height:90px;
}
.button a{
display:block;
padding-top:90px;
width:280px;
height:0;
overflow:hidden;
}
.button a:hover{
background:url(button.jpg) no-repeat;
}
#footer{
color:#999;
text-align:center;
}
address{
font-style:normal;
}