body {
	font-size: 11px;
	font-family: Verdana, Arial;
   	background-color: #EFEEE4;
	background-image: url(watch.jpg);
	background-repeat: no-repeat;
}

#table {
	position: absolute;
	top: 220px;
	left: 11px;
	max-width:1000px;
	width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
}

.content {
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Verdana, Arial;
	padding: 10px;
}

.leftmenu {
	text-align: right;
	padding-right: 35px;
	padding-top: 230px;
	color: #484640
	font-size: 14px;
	font-family: Verdana, Arial;
}

a:visited {
		font-size: 13px;
		color: #ACA593;
		text-decoration : none;
	}

a:hover {
		font-size: 13px;
		color: #ACA593;
	}

a, a:link, a:active {
		font-size: 13px;
		color: #7A7568;
		text-decoration : none;
}
