@import url('reset.css');
body{
	background:#FC9;
	color:#000;
	font-family:'Georgia', 'Trebuchet MS', serif;
	font-size:12px;
}

a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
.container {
	width:100%;
	position:relative;
	z-index:100;
	margin:0 auto;
}
.header{
	padding-top:40px;
}
.content {
	width:1000px;
	margin:0 auto;
}
h1{
	margin:10px 0 0px 20px;
	font-size:80px;
	color:#000;
	text-shadow:1px 1px 1px #fff;
	font-family: 'Wire One', arial, serif; 
}
h1 span{
	font-size:22px;
	text-transform:uppercase;
}
.more ul{
	text-transform:uppercase;
	font-size:13px;
	padding:10px 0px 30px 20px;
	height:30px;
	clear:both;
	text-justify:inter-word;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	width:830px;
	margin:0 auto;
}
.more ul li{
	float:left;
	margin:0px 2px;
}

.more ul li a{
	text-shadow:1px 1px 1px #fff;
	color:#555;
	background:#33CC66;
	padding:3px 6px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}

.content{
	width:100%;
	position:relative;
}





#footer{
	background-color:#212121;
	position:fixed;
	width:100%;
	height:40px;
	bottom:0;
	left:0;
}

a.tzine:hover{
	text-shadow: 0px 0px 0px #ccc,0 -5px 4px #ff3,2px -10px 6px #fd3,-2px -15px 11px #f80,2px -18px 18px #f20;
}

a.tzine{
	
	border:none;
	color:#FFF;
	font-size:20px;
	height:70px;
	left:50%;
	line-height:31px;
	margin:23px 0 0 110px;
	position:absolute;
	top:0;
	width:290px;
	font-weight: normal;


	
}
@font-face {
	font-family: header_font;
	src: url('HoneyScript-SemiBold.ttf');
}
.tri.header_font{
	font-family: header_font; /* no .ttf */
}
.tri{
	border-color:transparent transparent #212121;
	border-style:solid;
	border-width:20px 17px;
	height:0;
	left:40%;
	margin:-40px 0 0 -400px;
	position:absolute;
	top:0;
	width:0;
	font: 14pt Helvetica,"HoneyScript-SemiBold", Arial, sans-serif;
}