/* CSS Document */
body {
	background:url(../img/fondo.gif) repeat;
}

body, html {
	height:100%;
	overflow: auto;
}

#mainContainer {
	height:200px;
	width:100%;
	
	position:fixed;
	padding-top:180px;
	overflow:hidden;
	text-align:center;
}

#intro_img {
	width:219px;
	height:182px;
	margin:auto;
	
	background:url(../intro.jpg) no-repeat ;
}

#footer {
	width:625px;
	height:45px;
	
	position:fixed;
	padding-bottom:2px;
	bottom:0px;
	overflow:hidden;
	
	background:url(../intro_info.jpg) no-repeat;
	background-color: rgb(27, 27, 27);
}

#email {
	width:106px;
	height:45px;
	
	position:absolute;
	padding-bottom:2px;
	bottom:0px;
	right:0px;
	display:block;
	overflow:hidden;
	
	background:url(../intro_contact.jpg) no-repeat;
	background-color: rgb(27, 27, 27);
}

.hidden {
	display:none;
}

.flash {
	height:100%;
}
