@charset "utf-8";
/************************************************************************************************************************
	
	Wicked Day 2009 settinhg and information
	
	Lime Green Colour: #329227
	Text :	#ffffff;
	
	#1 containers
	#2 copy and font styles
	#3 link styles
	#4 Footer styles
	
	
************************************************************************************************************************/
/* basic settings */
*, html {margin:0; padding:0;} /* rest all broswers */

body {
	margin:0;
	padding:0;
	background-color: #000;
	}


/************************************************************************************************************************

	#1 containers

************************************************************************************************************************/





/************************************************************************************************************************

	#2 copy and font styles

************************************************************************************************************************/
h1 {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	line-height:inherit;
}

p {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	line-height:inherit;
}



/************************************************************************************************************************

	#3 link styles

************************************************************************************************************************/

 a:link, a:active, a:visited, {
	color: #fff; 
	text-decoration: none;
	}

 a:hover, a:visited:hover {
 	color: #329227; 
 	text-decoration: none;}



/************************************************************************************************************************

	#4 Footer styles

************************************************************************************************************************/
.footer {margin:0; padding:0; font-family:Arial, Helvetica, sans-serif;color: #329227;}

.footer a:link, .footer a:active, .footer a:visited, {font-family:Arial, Helvetica, sans-serif; color: #329227; text-decoration: none;}

.footer a:hover, .footer a:visited:hover {font-family:Arial, Helvetica, sans-serif; color: #fff; text-decoration: none;}