		#preselect{
			position:relative;
			left:0px;
			top:0px;
		}
		
		.btn{
			width: 90px;
			height: 30px;
			cursor: pointer;
			text-align: center;	
			text-decoration: none;
			color: white;
			background-color: #0066FF; /* blue */
			box-shadow: 4px 5px #999;	/* grey */
			outline: none; 
			border: none;
				
		}
		.btn:hover {
			background-color: #101010 ; /* black */
		}

		.btn:active {
		  background-color: #101010 ;
		  box-shadow: 2px 2px #666;
		  transform: translateY(3px) translateX(2px);
		}
		
		.button1-pos {
			position:absolute;
			top:0px;
		}
		.button2-pos {
			position:absolute;
			top:40px;
		}
		.button3-pos {
			position:absolute;
			top:80px;
		}
		
		
		#divproperty1{
			position: absolute;
			left: 100px;
			top: 5px;	
		}
		#divproperty2{
			position: absolute;
			left: 200px;
			top: 5px;	
		}
		#divproperty3{
			position: absolute;
			left: 300px;
			top: 5px;	
		}
		#divproperty4{
			position: absolute;
			left: 400px;
			top: 5px;	
		}
		#divproperty5{
			position: absolute;
			left: 500px;
			top: 5px;	
		}
		#divproperty6{
			position: absolute;
			left: 600px;
			top: 5px;	
		}
		
		#container {
			position: relative;
			top: 150px;
			
			width: 100%;
			height: 100%;
			
			/*border: 1px solid #bbb;*/
			/*  background: yellow;*/
		}
			
		#animate {
			  width: 50px;
			  height: 50px;
			  position: absolute;
			  background-color: black;
		}
					