@charset "UTF-8";

@media all
{
/*** background line ***/
body{
  background:#0a3f67 url(triple_line.gif) repeat-x 0 530px;
}
#page{
  background:#0c4b7a url(triple_line.gif) repeat-x 0 530px;
}
#right_bg{
  background:#0c4b7a url(triple_line_bg.gif) repeat-x 0 530px;
}
/*** shoes - artistic style ***/
#shoe1,#shoe2,#shoe3,#shoe4,#shoe4b,#shoe5,#shoe6,#shoe6b{
  position:absolute; bottom:0;
}
#shoe1{left:10px}
#shoe2{left:175px}
#shoe3{left:331px}
#shoe4{left:514px}
#shoe4b{left:514px;bottom:-63px}
#shoe5{left:704px}
#shoe6{left:1041px}
#shoe6b{left:1208px}
}