html {
	margin: 0;
	padding: 0;
}
body {
	//background: #CCC;
	background: #FFF;
	margin: 0;
	padding: 0;
	background-image: url(patterns/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	overflow-x: hidden;
	overflow-y: auto;
}
hr {
	z-index: 1;
	border-top: 0px none #666;
	border-right: 0px none #666;
	border-bottom: 1px dotted #666;
	border-left: 0px none #666;
}
img {
	z-index: 2;
}
table {
	width: 786px;
	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;
}
div.left {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.copyright {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777;
	text-decoration: none;
	text-align: right;
}
.enter {
	position: absolute;
	left: 0px;
	top: 40%;
}