*{
	margin: 0;
	padding: 0;
}

body , html {
	height: 100%;
}

#container {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#wrap {
	width:950px;
	height:400px;
	padding-bottom: 50px;
}

#caption{
	position:relative;
	top:100px;
	width:500px;
	color:#000;
}

#enter{
	background:#000;
	color:#FFF;
	padding:5px;
}

#enter a{
	color:#FFF;
	text-decoration: none;
}

#contr{
	padding:0 0 20px 50px;
}

#jose{
	padding:10px;
}

#jose{
	padding:10px;
}

#footer {
	background: #000;
	color: white;
	position: absolute;/*ok*/
	bottom: 0;/*ok*/
	width: 100%;
	height: 20px;/* AAA */
	text-align: right;
}

#footer p{
	font-size:15px;
}

#footer a{
	color: #FFF;
	text-decoration: none;
}

.bgstretcher-area { 
	text-align: left; 
	height:100%;
}
.bgstretcher-page { height:100% }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}