@charset "UTF-8";
body {
	background-color: #0d0d0d;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#pos {
	height: 230px;
	width: 100%;
	margin-top: -115px;
	position: absolute;
	top: 50%;
}
#con {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.txt-quote {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #666;
	line-height: 150%;
}
.txt-body {
	color: #666;
	letter-spacing: 0.2em;
	line-height: 150%;
}
#line {
	clear: both;
	height: 1px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffec00;
}
a {
	color: #666;
	text-decoration: none;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}
a:hover {
	color: #ffec00;
	text-decoration: none;
}
/* CSS Document */

#_box {
	clear: both;
	height: auto;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#linkBox {
	background-image: url(../_images/shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 100%;
}
#linkBox a {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	line-height: 22px;
	background-color: rgba(13,13,13,1)
}
#linkBox a:hover {
	background-color: rgba(13,13,13,0);
	color: #ffec00;
}
::selection {
	background: #ffec00; /* Safari */
	color: rgba(0,0,0,1);
	}
::-moz-selection {
	background: #ffec00; /* Firefox */
	color: rgba(0,0,0,1);
}
