div.outer {
	position:relative;
	width: 402px;
   	height:402px;
   	margin 5px auto;
}

div.outer01 {
	position:relative;
   	width:500px;
   	height:25px;
   	margin 5px auto;
}

.firstcol {
	float: left;
   	width: 110px;
   	padding:15px;
}
        		
.canvasPos {
	position:absolute;
   	top:0px;
   	left:0px;
   	width:160px;
   	padding:10px;
   	z-index:-1;
}  
        		
.thirdcol {
	float: left;
   	width: 110px;
   	padding:15px;
}
