@charset "UTF-8";
/* CSS Document */

body {
	width: 100%;
	height: 100%;
	margin: 0;
	background-image: url(img/The-Shed-Santa-Fe.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
	font-weight: 700;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 0.03em;
	color: #fff;
	font-size: 14px;
	line-height: 180%;
}
* { outline: none }
.caps {
	font-variant: small-caps;
	font-size: 14px;
}
.lg-caps {
	font-variant: small-caps;
	font-size: 16px;
}
.fixed {
	position: fixed;
	bottom: 20px;
	text-align: center;
	margin: 0;
	width: 100%;
}
.fixed-top {
	position: fixed;
	top: 20px;
	text-align: center;
	margin: 0;
	width: 100%;
}
.fixed-bkgr {
	position: fixed;
	bottom: 0px;
	padding: 12px 0 12px 0;
	text-align: center;
	margin: 0;
	width: 100%;
	background-color: #444;
}
p {
	letter-spacing: .03em;
}
.main {
	text-align:center;
}

a:link { text-decoration: none; color: #fff; letter-spacing: 110%; }
a:visited { text-decoration: none; color: #fff; letter-spacing: 110%;}
a:hover { text-decoration: underline; color: #fff; letter-spacing: 110%;}
a:active {
	text-decoration: none;
	color: #ccc;
	letter-spacing: 110%;
}
