/* 
CSS Document 
*/


Body {
	background-image: url(images/stone_wall_bg.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px auto;
	width: 100%;
}

a {
	color: #F00;
	text-decoration: underline;
}

a:hover {
	color:#CCC
}

#container {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#content {
	text-align: center;
	width: 1000px;
	margin: auto;
}


#footer-push {
	height: 184px
}


#footer-content {
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	height: 174px;
	color: #CCC;
	padding: 4px;
	padding-bottom: 4px;
	background-color: #000;
}

#flik-footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-shadow: 1px 1px 0px #000, 2px 2px 0px #000, 3px 3px 0px #000;
	font-size: 22pt;
	margin: 0px;
}

#flik-footer a {
	text-decoration:none;
	color:#FFF;
}

#flik-footer a:hover {
	text-decoration:underline;
	color:#FFF;
}
.shadow {
	-moz-box-shadow: 6px 6px 8px #000;
	-webkit-box-shadow: 6px 6px 8px #000;
	box-shadow: 6px 6px 8px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, 			Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000');
	margin: 20px;
}

