body{
	font-size: 10pt;
   	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
     /*   background-image: url("fondo.jpg");*/
        background-color:cccccc;
	background-position: center; 
}

#page{
	font-size: 10pt;
   	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
        width:700px;
        border-style: solid;
        border-color: #000000;
	background-position: center;
        margin: auto auto auto auto; 
	background-color: #E6F091; 
}

#page a{
        font-weight: bold;
        color: 666666;
}