html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
 
body {
    background:#f3f1e9 url(/_LaOrganic/images/bg_index.jpg) repeat-x top center;
    color: #333;
}
#container {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
} 
#content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
#inner {
    background:#fff url(/_LaOrganic/images/bg_fondo.jpg) no-repeat top center;
	width:960px;
	height:542px;
    margin: 0 auto;
    padding: 0px;
	position:relative
}	
#entrar{
	position:absolute;
	left:319px;
	top:498px;
	width:75px;
	height:25px;
}
#enter{
	position:absolute;
	left:699px;
	top:498px;
	width:75px;
	height:25px;
}
#pie{
	text-align:left;
	color:#524c19;
	position:absolute;
	left:20px;
	top:548px;
}

/* \*/
* html #content {
    top: 50%;
    left: 0;
    height: 1px;
}
 
* html #content #inner {
    position: relative;
    top: -50%;
}
/* */
