#menu { 
float:center; 
clear:right; 
position:static; 

margin-top:20px;
	
}

#box1 { 
float:right;
	
}
#clockbox { 
font-size: 40pt;
color:white;
text-align: center;
margin-top:390px;
margin:auto;
position:relative;
	
	}
.footer {
  position: absolute;
  width:100%;
  bottom: 0;
 
}

.menu { 
text-align:center; 
font-size: 30px; 
width:200px;
-webkit-transition: text-shadow 1s; /* Firefox */
transition: text-shadow 1s
}
.menu:hover{
text-shadow: 4px 2px black;
}
a { 
color:white; 
text-decoration: none;
	
}
#header { 
float:center; 
text-align: center; 
margin: auto;
margin-top:150px; 
clear:right; 
position:static; 
color:white; 
font-size: 80px;
	-webkit-transition: text-shadow 1s; /* Firefox */
transition: text-shadow 1s
}
#header:hover{
text-shadow: 5px 4px black;
}

#line { 
margin-top: 100px; 
position:absolute; 
float:center;
	
}
td {
text-align: center;	
color: white;
}
.foot {
font-size: 17px;
padding-bottom: 13px
}
#copy {
text-align: right;
}
#footer2{
font-size: 15px

}
#copyright{
    color:white;
    
}


















