@charset "UTF-8";

/* CSS Document */

html,body {
	text-align:center;
	background-image:url(../i/bg.jpg);
	background-attachment:scroll;
	background-position:center;
	background-repeat:repeat-y;
	background-color:#000;
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
}
#holdingtank {
	margin:0 auto;
	width:850px;   /* you can use px, em or % */
	text-align:center;
	height:100%;
}
#container {
	min-height:100%;
	position: relative;
}
#header {
	position:relative;
	top:0px;
}
#body {
	padding-bottom:125px;
	position:relative;
	top:0px;
}
#footer {
	position:absolute;
	bottom:0px;
	width:100%;
	height:120px;
}
.atxt {
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:lighter;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
}
.ads {
	text-align:center;
	color:#999;
	padding-bottom:1px;
	padding-top:3px;
}
.spacer5 {
	padding-top: 5px;
}
.spacer10 {
	padding-top: 10px;
}
.line {
	padding-top:1px;
	background-color:#581D1D;
}

/* Link Styles*/
a.txt1:link {
	text-decoration:none;
	color:#F1E0C3;
}
a.txt1:visited {
	text-decoration:none;
	color:#F1E0C3;
}
a.txt1:hover {
	text-decoration:none;
	color:#FC0;
}
a.txt1:active {
	text-decoration:none;
	color:#F1E0C3;
}