body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(/gfx/bg.gif);
}
body, div, td, th, input {
	font-family: Verdana, Arial, San-Serif;
	font-size: 12px;
	color: #553400;
}
td, th {
	text-align: left;
}
a {
	color: #FF007E;
	text-decoration: none;
}
a:hover {
	color: #FF55A9;
	text-decoration: underline;
}
table.cams td {
	text-align: center;
}
table.cams a {
	font-weight: bold;
}
table.linktrades {
	width: 400px;
	text-align: center;
}
table.linktrades td {
	text-align: center;
	font-weight: bold;
}
#gametop {
	background-image: url(/gfx/t_top.gif);
	background-repeat: no-repeat;
	width: 460px;
	height: 70px;
	text-align: center;
	margin: auto;
}
div.foottop {
	background-image: url(/gfx/f_top.gif);
	background-repeat: no-repeat;
	width: 460px;
	height: 18px;
	text-align: center;
	margin: auto;
}
#gamebot, div.footbot {
	background-image: url(/gfx/t_bottom.gif);
	background-repeat: no-repeat;
	width: 460px;
	height: 18px;
	text-align: center;
	margin: auto;
}
#game, div.foot {
	background-image: url(/gfx/t_bg.gif);
	background-repeat: repeat-y;
	width: 460px;
	text-align: center;
	margin: auto;
}
#tiles {
	width: 422px;
	height: 350px;
	text-align: center;
	margin: auto;
}
div.tile {
	float:left;
	width:80px;
	height:80px;
	margin: 2px;
	background-position:left top;
}
div.header {
	font-weight: bold;
	font-size: 28px;
	padding-bottom: 10px;
}
div.subheader {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}
input.txt {
	border: 1px solid #553400;
}
input.cmd {
	border: 1px solid #553400;
	background-color: #FFBE55;
}
div.links {
	font-size: 16px;
	font-weight: bold;
}
font.anon {
	color: #C69A55;
}