body
{
	background: url('./img/background.jpg') top left repeat;
	margin:0px;
	padding:0px;
	border:0px;
}

#clock
{
	position:absolute;
        top:25px;
	left:50%;
	height:800px;
	width:800px;
	margin-left:-400px;
}

.cicle
{
	-moz-transform-origin:center center;
        -webkit-transform-origin:center center;
        -o-transform-origin:center center;
        transform-origin:center center;
}

#a
{
        position:absolute;
        top:0px;
	left:0px;
	height:800px;
	width:800px;
}

#b
{
        position:absolute;
        top:75px;
	left:75px;
	height:650px;
	width:650px;
}

#c
{
        position:absolute;
        top:150px;
	left:150px;
	height:500px;
	width:500px;
}

#ind
{
	position:absolute;
        top:-25px;
	left:50%;
	height:458px;
	width:191px;
	margin-left:-96px;
}

#footer
{
	position:absolute;
        bottom:10px;
	left:50%;
	height:60px;
	width:800px;
	margin-left:-400px;
	text-align:center;
}
