body {
	margin: 0;
	padding: 0;
	background: #333333 url(bg-dark-wood-2.jpg) repeat fixed center;
	font: 9pt Verdana, Arial, Helvetica, Tahoma, sans-serif;
	color: #333333;
}

a {
	color:  #2FC2EF;
	text-decoration: none;
}

a:hover{
	color: #FF6600;
	text-decoration: none;
}

img {
	border: 0;
}

#temp{
	background:#e5e5e5;
	position:absolute;
	width: 400px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -210px;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 11px;
}

#table-wrapper{
	position: absolute;
	top: 80%;
	left: 50%;
	margin-left: -234px;
}
