
body {
	margin: 0;
	padding: 0;
	bacground: #fff;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
}

* {

}

h1,h2,h3,h4,h5,form,p,ul,li,dl,dt,dd {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}

a {
	color: #f06;
}
/*
a:link		{ color:#f00; font-weight:normal; text-decoration:none;}
a:active	{ color:#f00; font-weight:normal; text-decoration:none;}
a:visited	{ color:#f00; font-weight:normal; text-decoration:none;}
a:hover		{ color:#f00; font-weight:normal; text-decoration:underline;}
*/

table {
	float: left;
	border-collapse: collapse;
	border: none;
	height: 350px;
	margin: 0 0 0 30px;
}

table#container {
	float: none;
	clear: both;
	border-collapse: collapse;
	border: none;
	height: 97%;
	padding-top: auto;
	padding-bottom: auto;
	margin: 0;
}
