body {
	padding: 60px;
}
#edgetop, #edgebottom, #edgeleft, #edgeright {
	background: black;
	display: none;
	}
	#edgeleft, #edgeright {
		position: fixed;
		top: 0; bottom: 0;
		width: 77px;
		}
		#edgeleft { left: 0;  background: url('http://www.teamasiathailand.com/images/left.png') repeat-y left center;
}
		#edgeright { right: 0; background: url('http://www.teamasiathailand.com/images/right.png') repeat-y right center;
}
		
	#edgetop, #edgebottom {
		position: fixed;
		left: 0; right: 0;
		height: 77px;
		}
		#edgetop { top: 0px; background: url('http://www.teamasiathailand.com/images/top.png') repeat-x center top;
}
		#edgebottom { bottom: 0px; background: url('http://www.teamasiathailand.com/images/bottom.png') repeat-x center bottom;
}

