*{
	margin : 0;
	padding : 0;
}
body{
	background-color : #000;	
}
#container{
	background-image : url("../imgs/timer.gif");
	background-repeat : no-repeat;
	background-position : 120px 180px;
	height : 396px;
	width : 500px
}
#image{
	position : absolute;
	left : 0px;
	bottom : 0px;
}
