		#left{

			border-style; solid;
			border-width: 1px;
			border-color: blue;
			padding: 10px;
			width: 360px;height:380px;
			position: absolute;
			left: 0px;
			top: 0px;
		}

		#right{
			padding: 10px;
			width: 289px;height:280px;
			position: absolute;
			left: 360px;
			top: 0px;
		}

