@charset "utf-8";
/* CSS Document */

body{
background:url(../images/bg.jpg) repeat-x;
}

.workspace{
width:900px;
margin:0px auto;
}

.king-pic{
float:left;
width:900px;
height:445px;
background:url(../images/pic01.jpg) no-repeat;
}

.wrap-menu{
float:left;
width:260px;
padding-left:328px;
}
.wrap-menu a{
float:left;
display:block;
width:231px;
overflow:hidden;
}
.menu01{
background:url(../images/menu-01.jpg);
height:35px;
}
.menu01:hover{
background-position:0px -35px;
}
.menu02{
background:url(../images/menu-02.jpg);
height:46px;
}
.menu02:hover{
background-position:0px -46px;
}
.menu03{
background:url(../images/menu-03.jpg);
height:48px;
}
.menu03:hover{
background-position:0px -48px;
}
.menu04{
background:url(../images/menu-04.jpg);
height:33px;
}
.menu04:hover{
background-position:0px -33px;
}

.wrap-amazing-logo{
float:left;
width:216px;
height:61px;
overflow:hidden;
padding-left:340px;
padding-top:10px;
}
