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

body {
	background:url(images/bg.jpg);
	margin:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

a:link {
	text-decoration:none;
	border:none;
}

a:hover, a:visited, a:active {
	color:#FF9;
}

img {
	border:none;
}

a img {
	border: none;
}

#wrap {
	margin:auto;
	width:698px;
}

@font-face {
font-family: appleberry;
src: url('appleberry.ttf'),
     url('appleberry.eot'); /* IE */
}

#floatin_info {
	position:fixed;
	right:0;
	z-index:10;
}

#menu {
	font-family: appleberry, Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#FFFFFF;
	text-align:center;
}

#menu a {
	color:#FFFFFF;
	display:inline-block;
	margin-right:28px;
}

#menu a:last-child {
	margin:0px;
}

#menu a:hover {
	color:#FF9;
}

#animationcampesino_hype_container {
	margin-bottom:50px;
	background:url(images/stage_floor.png) bottom center no-repeat;
}

.section, section {
	margin-top:30px;
	text-align:justify;
}

.section img, section img {
	float:right;
	-webkit-transform: rotate(5.5deg);
	-moz-transform: rotate(5.5deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.06);
	margin-left:33px;
}

.section img:hover, section img:hover {
	-webkit-transform: rotate(-3.5deg);
	-moz-transform: rotate(-3.5deg);
}

.quote {
	font-size:18px;
	display:block;
	color:#FFFFCC;
}

footer, #footer {
	margin-top:25px;
	margin-bottom:25px;
	font-size:11px;
	text-align:center;
}

#bio {
	display:none;
}
