*{
	margin:0;
	padding:0;
}

html{
	background: yellow url(images/bg_l.png) repeat-y left;
	height:100%;
}

body{
	text-align: center;
	background: url(images/bg_r.png) repeat-y right;
	min-height:100%;
	height:auto!important;
	min-width:800px;
	width:auto!important;
}

table {
	margin:auto auto;
	width:800px;
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: dotted dotted dotted dotted;
	border-color: black black black black;
	border-collapse: collapse;
}
table th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table td {
	width: 198px;
	height: 152px;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

/*
table
{
	margin: auto auto;
	width: 816px;
	border: 2px outset #8c6400;
}

td
{
    margin: 0;
	width: 200px;
	height: 200px;
}
*/
p {
	font-family:tahoma;
	font-size:16px;
	color:#000;
}

