body {
	margin: 0;
	padding: 0;
background: url('../img/bck.php') repeat;
font-family: Arial, sans-serif;

}

#all {


}

#nav-contener {


position: absolute;
bottom: 10px;

right: 10px;

}


#nav-content {






}

#nav-content a {

text-align:right;
display: block;



font-size: 70px;


text-decoration: none;



letter-spacing: -7px;
width: 320px;
overflow: hidden;
padding: 0 10px;
margin: 5px 0;
color: white;
background: black;
}

#nav-content a:hover {
/* letter-spacing: -20px; */

background: white;
color: black;
opacity: 0.8;



}

#link-contener {
margin-top: 10px;
}

#link-contener a {

font-size: 30px;


text-decoration: none;
padding: 0 10px;
margin: 0 5px;
overflow: hidden;
clear: both;
letter-spacing: -2px;

color: white;
background: black;
}

#link-contener a:hover {

color: black;
background: white;
}

#infobar {
position: fixed;
bottom: 0;
width: 100%;
background: black;
color: white;
opacity: 0.8;
}

#infotext {
padding: 5px;
font-size: 14px;

}

#infobar a {cxc
display: block;
float:right;
font-size: 40px;
text-decoration: none;
color: white;
margin: 0 10px;
}

#infobar a:hover {
background: white;
color: black;
}

