/* CSS code for Tradgardscoach.se
 * Title: 		Include cutting edge css code
 * Author: 		http://telliria.deviantART.com/
 * Purpose:		This file isolates newer css3 code so that 
 * 				the main css file validates properly to css 2.1.
 */

#wrap {
	box-shadow: 3px 3px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.3);
}


