	body {
		margin: 0px 0px 0px 0px;
		padding: 10px;
		background: #999999;
            	font-family: trebuchet ms, helvetica, verdana;
            	font-size: 9px;		
		text-align: center;
		}

	td {             	
		font-family: trebuchet ms, helvetica, verdana;
            	font-size: 9px; 
		color:#000000;
		}

	#ctr {
		width:1000px;
		height: 1000px;
		text-align:left;
		background : url(board4.gif) #ffffff;
		font-family : trebuchet ms, helvetica, verdana;
		margin: auto;
		overflow: hidden;
		padding: 0px 0px 0px 0px;
		position: relative;
		clip:    rect(   )
		}

        #center {
                position: absolute;
                top:200;
                left:200;
                width:600;
                height:350;
                border:0;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
                }


	#title1 {
                position: absolute;
                top:0;
                left:0;
                width:600;
                height:117;
                border:0;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
                }

        #title2 {
                position: absolute;
                top:117;
                left:0;
                width:600;
                height:30;
                border:0;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
                }

        #title3 {
                position: absolute;
                top:147;
                left:0;
                width:160;
                height:186;
                border:0;
                margin-left: auto;
                margin-right: auto;
		padding-left: 2px;
		padding-right: 2px;
                text-align: center;
                }

        #title4 {
                position: absolute;
                top:147;
                left:160;
                width:280;
                height:186;
                border:0;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
                }

        #title5 {
                position: absolute;
                top:147;
                left:440;
                width:160;
                height:186;
                border:0;
                margin-left: auto;
                margin-right: auto;
		padding-left: 2px;
		padding-right: 2px;
                text-align: center;
                }


	#pixels {
		position: absolute;	
		top:0;
		left:0;
		width:1000;
		height:1000;
		border:0;
		margin-left: auto; 
		margin-right: auto;
		text-align: center;
		}
	#users {
		position: absolute;
		top: 756px;
		left: 448px;
	}

	h1,h2,h3,h4,h5 {
	        font-size: 14px;
		margin: 0px 0px 0px 0px;
		}

	h4.gold { color: #c69b1d }
	
	#menu {
		background:#e1e1e1;
		padding: 3px;
		width: 120;
		text-align: left;
		vertical-align: top;		
		}


	a.nav:link {
		color: #000000; font-weight: bold; text-decoration: none; font-size: 9px;
		}

	a.nav:visited {
		color: #000000; font-weight: bold; text-decoration: none;
		}

	a.nav:hover {
		text-decoration: underline;
		}


	a.pix:link {
		border: none;
		}

	a.pix:visited {
		border: none;
		}

	a.pix:hover {
		border: 5px;
		}


	a:link {
		color: #000099; font-weight: bold; text-decoration: none; font-size: 9px;
		}

	a:visited {
		color: #000099; font-weight: bold; text-decoration: none;
		}

	a:hover {
		text-decoration: underline;
		}

	.tooltipp {
	        font:10px/12px Verdana,Arial,Helvetica,sans-serif;
	        border:solid 1px #222288;
	        width:300px;
	        padding:1px;
	        position:absolute;
	        z-index:99;
	        visibility:hidden;
	        color:#333333;
	        top:20px;
	        left:90px;
	        background-color:#fcfcff;
	        layer-background-color:#fcfcff;
	}		

