/*
 * IGSClan ClassicBG CSS file
 *
 * Re-authored by [IGS]Prof_Chaos for background images
 * Copyright (C) 2009 IGSClan.com All rights reserved.
 */ 

/*
 * Change the filename below to change the background image (birthday bg's, holiday bg's, etc...)
 * Simply copy the previous line and retype the filename for a new bg image. DO NOT forget to comment out
 * the currently used bg image line if changing the bg image. Place / and * in front of the line and
 *  * and / at the end of the line. Use other commented out lines for examples.
 */
 
body.yoopage {/*Change this file - CASE SENSITIVE!*/
	/*background-image: url(../../css/combs/images/IGSv2_1280.jpg); /*Original Sized BG image*/
	background-image: url(../../css/combs/images/IGSv2_1280x800.jpg); /*1280x800 sized of above image*/
	/*background-image: url(../../css/combs/images/IGSv2_1280TDay.jpg); /*Thanksgiving*/
	/*background-image: url(../../css/combs/images/Big-b-day.gif); /*BigDuke's Birthday BG*/
	/*background-image: url(../../css/combs/mrlunch.gif); /*Mr. Lunch Lady's BDay BG*/
	/*background-image: url(../../css/combs/images/HALLOWEEN09.jpg); /*Halloween 2009*/
	/*background-image: url(../../css/combs/images/insaneNewYears2010.jpg); /*1280x800 sized of above image*/
	/*background-image: url(../../css/combs/images/insanexmas.jpg); /*1280x800 sized of above image*/
	
	

	/*DO NOT EDIT BELOW THIS LINE*/
	background-position: 50% 0;
	background-repeat: repeat-y;
	
}
