@font-face{
	font-family:"sergio UI";
	src:url(segoeui.ttf);
	font-family:"liens";
	src:url(FELIXTI.TTF) format('truetype');
}
html{
	font-family:"sergio UI";
}

.left {
	position: absolute;
	top: 0px;
    min-height: 200px;
	height:800px;
    width: 1200px;
	z-index:9;
	text-align:center;
	margin: auto;
	left: 50%;
	margin-left: -700px; /* Half of the width */
	}
.leftContent{
	padding-top:200px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	text-align:center;
	width:250px;
	}
.link{
	font-familiy:"liens";
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	-moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
	
}
.link:hover{
	color:#8B0304;	
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.imgAnim{
	opacity: 0.5;
	-moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
.imgAnim:hover{
	opacity: 1.0;
	-moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
marquee{
	opacity:0.5	;
}