@charset "utf-8";
@import url("stylesheet.css");
/* CSS Document */


    #fsbg {
	width: 100%;
	position: fixed;
	z-index: -100;
	height: auto;
	left: 0px;
	top: 0px;
	min-width: 1024px;
	min-height: 100%;
}

* {
    margin: 0;
    padding: 0;
}
html,
body {
	height: 100%;
	font-family: Walkway;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-family: walkway_ultraboldregular;
	color: #111;
	letter-spacing: 2px;
	font-weight: bold;
	text-shadow: -1px -1px 1px #FFF;
	font-size: 16px;
	font-style: normal;
	font-variant: small-caps;
	word-spacing: normal;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	text-shadow: -2px -2px 2px #FFF;
	letter-spacing: 5px;
}

h1 {
	font-family: walkway_ultraboldregular;
	color: #333;
	letter-spacing: 5px;
	font-weight: bolder;
	font-size: 54px;
	text-shadow: -2px -2px 2px #FFF;
}
p {
	font-family: walkway_ultraboldregular;
	color: #000;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 14px;
	text-shadow: -2px -2px 1px #FFF;
	font-style: normal;
}


#container {
	width: 1200px;
	background-position: center;
	text-align: center;
}
#logo {
	height: 182px;
	width: 380px;
	left: 35px;
	top: 35px;
	position: relative;
}
#spacer {
	height: 350px;
}
#menu {
	margin-left: 300px;
	letter-spacing: 3%;
	text-align: right;
	vertical-align: middle;
	padding-right: 35px;
	padding-bottom: 35px;
	position: fixed;
	right: 30px;
	bottom: 20px;
	line-height: 50px;
}
