@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: "FuturaLT-Light";
	src: url("FuturaLT-Light.ttf") format("truetype");
}
@font-face {
	font-family: "FuturaLT";
	src: url("FuturaLT.ttf") format("truetype");
}
body {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	font-family: "FuturaLT-Light";
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 1px;
}
.header {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 70px;
	min-width: 520px;
	padding: 0px 10px 0px 10px;
	background-color: #e6e6e6;
	border-bottom: solid #444444 1px;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 3px;
	color: #666666;
}
.headertext {
	position: relative;
	top: 19px;
	text-align: center;
}
.header a:link,
.header a:visited {
	color: #404040;
	text-decoration: none;
}
.header a:hover {
	color: #000000;
}
.wrapper {
	position: relative;
	width: 960px;
	margin: 90px auto 0px auto;
	color: #888888;
}
.wrapper a:link,
.wrapper a:visited {
	color: #bbbbbb;
	text-decoration: none;
}
.wrapper a:hover {
	color: #000000;
}
.box {
	position: relative;
	margin: 0px 0px 20px 20px;
	width: 240px;
	height: 240px;
	display: inline-block;
	overflow: hidden;
	border: solid #444444 1px;
}
.boxbg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 240px;
}

.boxtext {
	position: relative;
	top: 200px;
	color: #eeeeee;
	overflow: hidden;
}
.boxtext2 {
	position: relative;
	top: 200px;
	color: #eeeeee;
	overflow: hidden;
}
.footer {
	position: fixed;
	bottom: 0;
	z-index: 998;
	width: 100%;
	height: 50px;
	min-width: 520px;
	padding: 0px 10px 0px 10px;
	background-color: #e6e6e6;
	border-top: solid #444444 1px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #dddddd;
	
}
.footertext {
	position: relative;
	top: 12px;
	text-align: center;
	
}
.footertext a:link,
.footertext a:visited {
	color: #666666;
	text-decoration: none;
}
.footertext a:hover {
	color: #000000;
}
.boxfg {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 240px;
	height: 240px;
	margin: 0px 20px 0px 0px;
}