@charset "utf-8";

html,body {
	margin: 0;
	padding: 0;
	height: 99%; /* needed for container min-height */
	font-family: "Georgia","serif";
	font-size: 12px;
	line-height: 1.3em;
}

img {
	border: 1px #7d7d7d solid;
}

table {
	margin: 0;
	padding: 0;
}

body {
	background-image:url('bg.jpg');
	background-repeat: repeat;
	background-position: center center;
}

/*** container *************************************************************************************/
table#container {
	height: 100%; /* IE6: treaded as min-height*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 13px;
}

table#link {
	margin-right: 133px; /* for 3 colums */
	_margin-right: 288px; /* for 4 colums */
}