html {
    background: url(fondo1.jpg) no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header {display: none;}

div.wrapper {float: none;}

#watchWrapper {display: none;}

#hour, #minute {display: none;}

#second {display: none;}

h1 {display:none;}

h2 {
  color: aqua;
  font-weight:700;
}

p{
  color: indigo;
  font-weight:700;
}

ul {
  color: lime;
  font-weight:700;
}

body {
  color: black;
  font-family: Comic Sans MS;
  font-size: large;
  font-weight:900;
}  

table {
  	padding: 0px;
  	margin: 0px;
  	border-spacing: 0px;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 0.8em;
  	border-top-width: 1px;
  	border-top-style: solid;
  	border-top-color: #333;}
th, td {
  	padding: 0.5em;
  	border-bottom-width: 1px;
  	border-bottom-style: solid;
  	border-bottom-color: #333;}
th {background-color: indigo;
  	color: white;}
td {background-color: lime;}

footer{display:none;}
    