﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
			table.gameboard
				{
    				width: 500px;
    				height: 520px;
				border: 1px solid #006;
				border-collapse: collapse;
  				}
        			table.gameboard td 
            				{
                			width: 50px;
                			height: 52px;
                			border: 0px;
                			border-collapse: collapse;
				border-spacing: 0;
            				}
         			table.gameboard td img
            				{
				border: 0px;
                			width: 50px;
                			height: 52px;
				border-spacing: 0;
				display: block;
            				}
    		</style>
		<style type="text/css">
			body{
				font-size:22px;
			}
			#man {
				position:absolute;
				height:45px;
				top:1px;
				left:1px;
			}
			.abs {
				position:absolute;
				top: -150px;
			}
			/*.road {
				background:url('blank.bmp') repeat-x;
				position:absolute;
				bottom:0;
				left:0;
				height:80px;
				width:100%;
			}*/
			.menu {
				//margin-top:15px;
				//margin-right:45px;
				bottom:400;
				left:850;
				height:300px;
				//width:100%;
				//float:right;
				position:absolute;
				top:10px;
				left:1130px;
			}
			.menuButton {
				height:30px;
				width:40px;
				position:absolute;
				top:20px;
				left:1080px;
			}
			.counter{
				border:1px solid black;
				position:absolute;
				top:300px;
				left:1030px;
				height:80px;
				width:280px;
			}
			.counter p {
				margin:13px 10px;
				display:inline-block;
			}
			.msgBox{
				border:1px solid black;
				position:absolute;
				top:400px;
				left:1030px;
				height:40px;
				width:280px;
			}
			.msgBox p {
				margin:13px 10px;
				display:inline-block;
			}
			#but {
				display:inline-block;
				height:30px;
				margin-right: 20px;
			}
			#cnt {
				position:absolute;
				top:200px;
				right:600px;
				font-size:100px;
			}
			.pokeButton {
			position:absolute;
			height:45px;
			top:5px;
			left:1010px;
			}
			.loadBar{
				font-size:60px;
				font-weight: bold;
				color: white;
			}
a{text-decoration:none;color:black}