body { 
    background-image: url('img/cloud.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Arial, Helvetica;
    font-size: 14px;
    color: white;
    }


select {
  /* width:25%; */
  border: 1px solid #bbb;
  padding:.75em 1em .5em 1em;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
  background-color:white;
  background-image:url(http://sgn.dvs.net/select-arrow.png);
  background-position: right;
  background-repeat: no-repeat;
  border-radius: 5px 5px 5px;
}

select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}




.inputForm
{
-moz-border-radius:10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px; /* KHTML */
    border-radius: 10px; /* CSS3 */
    border: none;
    outline: none;
    background-color:transparent;
}


/* If you want you can use font-face */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*  @font-face {
    font-family: 'Times, Arial, Helvetica';
    font-weight: normal;
    font-style: normal;
}*/


.container {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.clock {
    width: 800px;
    margin: 0 auto;
    padding: 30px;
    border: 0px solid #fff;
    color: #fff;
}

#Date {
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-align: center;
    text-shadow: 0 0 1px #000000;
}

ul {
    width: 800px;
    margin: 0 auto;
    padding: 0px;
    list-style: none;
    text-align: center;
}

ul li {
    display: inline;
    font-size: 6em;
    text-align: center;
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    text-shadow: 0 0 1px #000000;
}

#point {
    position: relative;
    -moz-animation: mymove 10s ease infinite;
    -webkit-animation: mymove 60s ease infinite;
    padding-left: 5px;
    padding-right: 5px;
}

/* Simple Animation */
@-webkit-keyframes mymove {
    0% {opacity: 1.0;
    text-shadow: 0 0 0px #00c6ff;
}

50% {
    opacity: 1.0;
    text-shadow: none;
}

100% {
    opacity: 1.0;
    text-shadow: 0 0 0px #00c6ff;
}	
}

@-moz-keyframes mymove {
    0% {
        opacity: 1.0;
        text-shadow: 0 0 0px #00c6ff;
    }

    50% {
        opacity: 1.0;
        text-shadow: none;
    }

    100% {
        opacity: 1.0;
        text-shadow: 0 0 0px #00c6ff;
    };
}

#footer {
    position: absolute;
                    width: 100%;
                    height: 100px;
                    margin: auto 0;
                    bottom: 0px; 
                    left: -0px;
                    background-color: green;
                    text-align: center;
                    font-size: 16px;
                    color: black;
                    overflow: visible;
                    z-index: 999;
}
