
@font-face {
	font-family: Avenger;
	src: url("avenger.otf") format("opentype");
}
* {
	margin : 0;
	padding : 0,
}
	body {
				background: #e6e7e7;
			}
 strong {
	margin-right: 1px;
	font: 110% Avenger;
}
			div#box {
				height: 160px;
				width: 500px;
				position: absolute;
				top: 50%;
				left: 50%;
				margin: -160px 0 0 -250px;
				text-align: center;
				color: #707171;
				text-shadow: #fcfeff 0 1px 1px;
				border: none;
	font: normal 12px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#footer {
	color: #707171;
				text-shadow: #fcfeff 0 1px 1px;
				border: none;
	font: normal 10px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: rgba(255,254,255,0.32);
	width: 100%;
	margin: 0;
	display: block;
	position: fixed;
	bottom: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	text-align: center;
	border-top: 1px solid #909090;
}

div#footer a {
	color : #2b2b2b;
}
			
			p.desc {
				color: #707171;
				text-shadow: #fcfeff 0 1px 1px;
	margin: 0px;
}
			
			a:link, a:visited {
				color: #6a6b6b;
				text-shadow: #fcfeff 0 1px 1px;
				text-decoration: none;
				-webkit-transition-property: color;
	-webkit-transition-duration: 0.5s;
		}
			a:hover {
				color: #888a8a;
				-webkit-transition-property: color;
	-webkit-transition-duration: 0.5s;
}

		
a#big {
	font: 110px Avenger;
color: #4b4b4b;
	text-align: center;
	text-shadow: #fcfeff 0 1px 1px;
	-webkit-mask-image: -webkit-gradient(linear, left top, 
	left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,.4)));
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.5s;
}


a#big:hover {
	color: #737373;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.5s;
}

p#baseline {
	text-align: center;
	margin-top: 29px;
	word-spacing: 24px;
}
