/*  
	Zomig.info colour
	Permissible attributes in this file:
	background-color
	border-color (border-left-color etc)
	background-image
	color
	All other attributes to be in layout file
*/

/*Styles below are for Landing page whilst site is mothballed*/
body, #landing_page_full #main {
	background-color:transparent;
	background-image:none;
}

#landing_page_full #contentarea {
	background-color:#442359;
	color:#FFFFFF;	
}

#landing_page_full #contentarea h1 {
	color:#FFCC00;
}

#landing_page_full #contentarea a:link, #landing_page_full #contentarea a:visited {
	color:#FFFFFF;
}

#landing_page_full #contentarea a:hover {
	color:#FFCC00;
}

#popups li p{
	background-image: url(../images/infobox_bg.gif);
	border-color:#929292;
}

#popups li {
	list-style-image: url(../images/popups_arrow.gif);
}		

#popups{
	background-image: url(../images/popups_bg.jpg);
}	
