@charset "utf-8";

*{ margin:0; padding:0; }

body { background-color: black;}

#global { margin: auto; position:relative;width:848px; height:661px; text-align:center;}

table{margin: auto; border-collapse: collapse; position:relative;}
#top-left{width: 27px; height: 108px; background-image:url(http://www.p-pokemon.com/images/top-left.jpg); background-repeat: no-repeat;}
#repeat-top-left{ height: 108px; background:url(http://www.p-pokemon.com/images/top-repeat-right.jpg) repeat-x;}
#top-center{width: 403px; height: 108px; background-image:url(http://www.p-pokemon.com/images/top.jpg); background-repeat: no-repeat; margin:auto;}
#repeat-top-right{ height: 108px; background:url(http://www.p-pokemon.com/images/top-repeat-right.jpg) repeat-x;}
#top-right{width: 28px; height: 108px; background-image:url(http://www.p-pokemon.com/images/top-right.jpg); background-repeat: no-repeat;}

#right-repeat{width: 28px; background-image:url(http://www.p-pokemon.com/images/right-repeat.jpg); background-repeat: repeat-y;}
#center{background-color:black; background-repeat: no-repeat; margin: auto;}
#left-repeat{width: 27px; background-image:url(http://www.p-pokemon.com/images/left-repeat.jpg);background-repeat: repeat-y;}


#bottom-left{width: 27px; height: 42px; background-image:url(http://www.p-pokemon.com/images/bottom-left.jpg); background-repeat: no-repeat;}
#repeat-bottom-left{ height: 42px; background-image:url(http://www.p-pokemon.com/images/bottom-repeat-right.jpg);}
#bottom-center{width: 403px; height: 42px; background-image:url(http://www.p-pokemon.com/images/bottom.jpg); background-repeat: no-repeat; margin:auto;}
#repeat-bottom-right{ height: 42px; background-image:url(http://www.p-pokemon.com/images/bottom-repeat-right.jpg);}
#bottom-right{width: 28px; height: 42px; background-image:url(http://www.p-pokemon.com/images/bottom-right.jpg); background-repeat: no-repeat;}

#grass{width: 848px; height: 153px; position: relative;background-image:url(http://www.p-pokemon.com/images/grass.jpg); margin:auto; }
#pika{width: 296px; height: 364px; position: absolute; background-image:url(http://www.p-pokemon.com/images/pika.png); bottom :0px; right:0px;}

.clear{ clear:both; width:0px; height:0px; overflow:hidden; }


