/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
}

body {
	padding:0;
	margin:0;
	border:none;
	background:url(img/background-pattern.jpg) repeat-x 0 50%;
	background-color:#62320a;	
}

#flash-container {
	position:absolute;
	z-index:100;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#flash-container table {
	margin:0 auto;
	text-align:center;	
	border:none;
	height:100%;
	width:100%;
}

#flash-container table td {
	vertical-align:middle;
}

#copyright {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #e4ddb8;
	text-align:center;
	position:absolute;
	top: 50%;
	margin-top:320px;
	width:100%;	
	z-index:101;
}

a {
	color: #e4ddb8;
}

a:hover {
	text-decoration: none;	
}