	#container{
		position:relative;
		margin:0 auto;
		width:1000px;
		height:900px;
		border:2px solid black;
	}
	#clock_main{
		position:relative;
		float:left;
		width:600px;
		height:600px;
		margin-left:0;
		margin-top:6%;
		border:none;
		background:none;
		z-index:0;
	}
	canvas{
		position:absolute;
		width:auto;
		height:auto;
	}
	#clock_background{
	 	z-index:1;
 	}
	#clock_chunk_base{
		z-index:2;
 	}
	#clock_chunk_red{
		z-index:3;
 	}
	#clock_chunk_blue{ 
		z-index:4;
 	} 	
	#clock_hr{
	 	z-index:5;
 	} 	
	#clock_min{
	 	z-index:6;
 	} 
 	button.button_portion{
 		position:relative;
 		width:100%;
 		border:1px solid #999999;
 		border-radius:5px;
 		background:none;
 		font-family:'helvetica';
 		font-weight:100;
 		font-size:20pt;
 		color:#999999;
 		
 	}
 	button.button_portion:hover,button.button_portion.focus{
 		color:#333333;
 		border-color:#333333;
 	}
 	#percentage_box{
 		position:relative;
 		width:10%;
 		float:left;
 		margin-top:15%;
 		border:none;
 	}