html, body{ margin:0; }

html { 
	background:url(img/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100%;
}

body{
	margin:0;
	padding:0;
	font-family:"Arial", Helvetica, sans-serif;
	color:#FFF;
	font-size:16px;
	line-height:24px;
}

#wrapper{
	width:801px;
	margin:53px auto 0 auto;
	background:url(img/main.png) no-repeat 0 0;
	height:626px;
	position:relative;
}

#logos{
	width:800px;
	height:60px;
	background:url(img/logos.jpg) no-repeat 0 0;
	position:absolute;
	bottom:0;
	
}

#facebook-icon{
	background:url(img/logo-facebook.png) no-repeat 0 0;
}

#twitter-icon{
	background:url(img/logo-twitter.png) no-repeat 0 0;
}

#email-icon{
	background:url(img/email.png) no-repeat 0 0;
}

.social-icon{
	width:35px;
	height:35px;
	float:left;
	margin-right:10px;
	transition:opacity .8s;
	-webkit-transition:opacity .8s; /* Safari */
}

.social-icon:hover{ opacity:0.6; filter:alpha(opacity=60); /* For IE8 and earlier */ }


#social{
	position:absolute;
	top:-30px;
	left:0;
}

table{
	width:100%;
}

td{
	vertical-align:top;
}

.hidden{ display:none; }

.clear{ clear:both; }

.fullsize{ height:100%; width:100%; display:block; }

hr{
	border:none;
	height:1px;
	background:#5EBA9D;
	width:100%;
}

#link-home{
	float:right;
	width:350px;
	height:160px;
	margin-top:20px;
}

#tickets-area{
	float:right;
	width:309px;
	height:106px;
	margin-top:40px;
}

.tickets{
	height:55px;
	transition:opacity .8s;
	-webkit-transition:opacity .8s; /* Safari */
}
.tickets:hover{ opacity:0.6; filter:alpha(opacity=60); /* For IE8 and earlier */ }

#tickets-en{
	background:url(img/tickets-en.png) no-repeat 0 0;
}

#tickets-pt{
	background:url(img/tickets-pt.png) no-repeat 0 0;
}

#accommodation-en{
	background:url(img/accommodation-en.png) no-repeat 0 0;
}

#inline_content1{
	color:#1A1A1A;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
}

#inline_content1 a,
#inline_content1 a:active,
#inline_content1 a:visited{
	color:#5EBA9D;
	text-decoration:none;
}

#inline_content1 a:hover{
	text-decoration:underline;
}	
	
	