@charset "utf-8";
* { margin:0; padding:0; font-style:normal; font-weight:normal; font-family:Arial, Tahoma;}
html,body { width:100%; background-color:#222;}
html,body,img { border:none;}
a { text-decoration:none;}

.container { background-color:#fff; background-image:radial-gradient(at 50% 50%, rgba(0,0,0,0), rgba(0,0,0,0.6));}
#myclock { text-align:center; margin:0 auto; width:100%;}
.footer {}
.footer p { color:#fff; text-align:center; padding:20px; font-size:14px;}
.footer p a { color:#fff; padding-left:10px;}
.footer p a:hover { color:#f60;}

/*1920x1440 1920x1200 1920x1080*/
@media screen and (min-width:1920px){
	/*#myclock { width:1000px;}*/
}
/*1680x1050 1600x1200 1600x900 1440x1050 1440x900 1366x768 1360x768 1280x1024 1280x960 1280x800 1280x720*/
@media screen and (min-width:1200px) and (max-width:1919px){
	/*#myclock { width:740px;}*/
}
/*980*/
@media screen and (min-width:992px) and (max-width:1199px){
	/*#myclock { width:700px;}*/
}
/*768*/
@media screen and (min-width:769px) and (max-width:991px){

}
/*768:100%*/
@media screen and (max-width:768px){

}