@charset "UTF-8";
/* CSS Document */
@font-face { font-family: FuturaStd-Bold; src: url('FuturaStd-Bold.otf'); }
body {
	background-color: #F06;
	background-image: url(content/bg.png);
	background-repeat: repeat;
}

a:link {
	text-decoration: none;
	/*color: white;*/
	color: transparent;
   	text-shadow: 0 0 1px rgba(255,255,255,1);
}
a:visited {
	text-decoration: none;
	/*color: white;*/
	color: transparent;
   	text-shadow: 0 0 1px rgba(255,255,255,1);
}
a:hover {
	text-decoration: none;
	color: #FFC;
}
a:active {
	text-decoration: none;
	/*color: white;*/
	color: transparent;
   	text-shadow: 0 0 1px rgba(255,255,255,1);
}

#futuraboldstd {
	font-family: FuturaStd-Bold, Arial, Helvetica, sans-serif;
	letter-spacing: 8px;
	/*color: white;*/
	height: 35px;
	font-size: 25px;
	color: transparent;
   	text-shadow: 0 0 1px rgba(255,255,255,1);
}
#futuraboldstd-tagline {
	font-family: FuturaStd-Bold, Arial, Helvetica, sans-serif;
	letter-spacing: 8px;
	/*color: white;*/
	height: 35px;
	font-size: 13px;
	color: transparent;
   	text-shadow: 0 0 1px rgba(255,255,255,1);
}
.emptycard {
	height: 239px;
	width: 430px;
	margin: 8;
	float: left;
	padding-top: 45px;
}
.titlecard_container {
	width: 1000px;
	/* [disabled]background-color: #690; */
	margin-left: auto;
	margin-right: auto;
	/* [disabled]height: 5000px; */
	text-align: center;
}
.clearfloat {
	clear: both;
}

.logo {
	margin-top: 35px;
	margin-bottom: 25px;
} 
#bottom {
	margin-top: 35px;
	margin-bottom: 25px;
}

.titlecard_container img {
	float: none;
	margin: 25;
	opacity: 1.0;
}

.titlecard_container img:hover {
	float: none;
	margin: 25;
	opacity: 0.9;
}

.bottom {
	font-size: 14px;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: FuturaStd-Bold, Arial, Helvetica, sans-serif;
}
