@charset "UTF-8";
/* CSS Document */


body {
	background-image:url(65_65_NEW.png);
	background-repeat:repeat-x repeat-y;
}

#social {	
	margin-left: 17px;
	margin-top: 10px;
	text-align: center;
}

#social ul {
	text-align: center;
	margin: 0;
	padding: 0;	
	display: inline-block;
}

#social li {
	display: inline;
	list-style: none;
	padding: 0 0 0 0;
}

#social li:first-child {
	margin-left: 0px;	
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 30px;
	color: #c30;
	margin-top: 350px;
	line-height: 26px;
	margin-bottom: 5px;	
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	line-height: 26px;
	margin-bottom: 0px;	
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	margin-top: 0px;
	line-height: 26px;	
	text-align: center;
}

h1, h2, h3, #social .bump img {
	-moz-animation: fadein 1.5s;
    -webkit-animation: fadein 1.5s;
    -o-animation: fadein 1.5s;
    -webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

#social .bump img {  
	float: left; 
	margin: 15px;
	margin-left: 0px; 
	-webkit-transition: margin 0.5s ease-out; 
	-moz-transition: margin 0.5s ease-out;
	-o-transition: margin 0.5s ease-out;
    border: none;
} 

#social .bump img:hover { 
	margin-top: 0px; 
} 

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
