.win-stone_t {
position: absolute;
background: url(../images/stone_t.gif);
background-repeat: repeat-x;
width: 100%;
height: 21px;
top: 0;
}

.win-stone_top_ornate {
position: absolute;
background: url(../images/stone_top_ornate.png);
background-repeat: no-repeat;
background-position: top center;
width: 100%;
height: 44px;
top: -10px;
margin: 0 auto;
}

.win-stone_tr_ornate {
position: absolute;
background: url(../images/stone_tr_ornate.png);
background-repeat: no-repeat;
background-position: top right;
width: 57px;
height: 60px;
top: -9px;
right: -26px;
}

.win-stone_tl_ornate {
position: absolute;
background: url(../images/stone_tl_ornate.png);
background-repeat: no-repeat;
background-position: top left;
width: 57px;
height: 60px;
top: -9px;
left: -26px;
}

.win-stone_br_ornate {
position: absolute;
background: url(../images/stone_br_ornate.png);
background-repeat: no-repeat;
background-position: bottom right;
width: 145px;
height: 90px;
bottom: -8px;
right: -12px;
}

.win-stone_bl_ornate {
position: absolute;
background: url(../images/stone_bl_ornate.png);
background-repeat: no-repeat;
background-position: bottom left;
width: 145px;
height: 90px;
bottom: -8px;
left: -12px;
}

.win-stone_b {
position: absolute;
background: url(../images/stone_b.gif);
background-repeat: repeat-x;
width: 100%;
height: 17px;
bottom: 0;
}

.win-stone_l {
position: absolute;
background: url(../images/stone_l.gif);
background-repeat: repeat-y;
width: 15px;
height: 100%;
top:0;
left:0;
}

.win-stone_r {
position: absolute;
background: url(../images/stone_r.gif);
background-repeat: repeat-y;
width: 14px;
height: 100%;
top:0;
right:0;
}

.win-stone_content {
position: relative;
background: #000;
width: 100%;
height: 100%;
text-align: center;
}

.win-stone_content_placer {
position: absolute;
left: 5%;
top: 5%;
width: 90%;
height: 90%;
border:1px solid #666666;
}





