
#btm {
	font-family: 'Pathway Gothic One', sans-serif; 
	font-size:1.7em; 
	position:absolute; 
	bottom:0px; 
	left:20px
}

body {
	background: url(../img/stripes.png);
}

a:link {color: #000000; text-decoration: none; }
a:active {color: #888888; background-color: rgba(194,188,255,0.2) }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #888888; background-color: rgba(194,188,255,0.2) }

#gradient {
	background-image: linear-gradient(left bottom, rgba(255,255,255,0.4) 50%, rgba(194,188,255,0.2) 100%);
	background-image: -o-linear-gradient(left bottom, rgba(255,255,255,0.4) 50%, rgba(194,188,255,0.2) 100%);
	background-image: -moz-linear-gradient(left bottom, rgba(255,255,255,0.4) 50%, rgba(194,188,255,0.2) 100%);
	background-image: -webkit-linear-gradient(left bottom, rgba(255,255,255,0.4) 50%, rgba(194,188,255,0.2) 100%);
	background-image: -ms-linear-gradient(left bottom, rgba(255,255,255,0.4) 50%, rgba(194,188,255,0.2) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		right top,
		color-stop(0.5, rgba(255,255,255,0.4)),
		color-stop(1.0, rgba(194,188,255,0.2))
	);

	z-index: -999;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;

}