* {
margin:0;
padding:0;
}
body {
background-image:url(../images/00bg.gif);
}
#wrap {
width:980px;
height:550px;
background-image:url(../images/bg.jpg);
background-repeat:no-repeat;
margin:0 auto;
position:relative;
}
#banner {
width:508px;
height:381px;
margin:19px 0 0 230px;
}
#nav {
	position:absolute;
	left: 739px;
	top: 383px;
}
#nav a {
display:block;
width:72px;
height:17px;
background-image:url(../images/nav.gif);
background-repeat:no-repeat;
white-space:nowrap;
overflow:hidden;
text-indent:90px;
}
#nav a:hover {
background-position:-93px 0;
}