html {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	margin: 0;
	padding: 0;
	background-image: url(patterns/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}
A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777;
	text-decoration: none;
}
A:visited {
	color: #777;
	text-decoration: none;
}
A:hover {
	color: #333;
	text-decoration: none;
}
A:active {
	color: #777;
	text-decoration: none;
}

div.container {
	border-top: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #999;
	//border: 1px solid #000000;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 550px;
}
.copyright {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777;
	text-decoration: none;
	
}