body{
	background-image: url(imagenes/fondo.gif);
	background-color: black;
	background-position: bottom;
	background-attachment: fixed;
	background-repeat: repeat-x; 
	background:#fff; 
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color:#360;
}
#wrapper{
	width:960px;
	margin:0 auto;
}
.c{
	text-align:center;
}