/* Cafarnas.com (CSS) La Dama Inquieta */

body {
  
     background : #2841ca;
     background-image : url(img/bg.gif);
     background-repeat : repeat-x;
     margin:0 auto;
     color : #fff;
	 font-size : 9px;
     text-align : center;
	 font-family : Arial;
}

html, body {
     height : 100%;
     min-height : 100%;
}

img {
     border-width : 0;
}


a:link,a:visited,a:hover {
    outline:none;
	color: #2841ca;
	text-decoration: none;
}

a:active {
    outline:none;
	color: #CCCCCC;
	text-decoration: none;
}
