/*==================================== 
   Body
  ====================================*/

body { 

	/* Font Colour */
	color: #333;
	background:url(http://entertainment.ie/pages/kelloggs/images/HPTO_KellogsFixed.jpg) top center no-repeat fixed;
}

/*==================================== 
   Wrappers
  ====================================*/

#adwrapper {
	
	/* Background colour for behind top ads - set to none for transparent/superwall */
	background:none;
	height:94px;
}

#superwrapper {
	
	/* Background colour or image for supernav - set to none for transparent/superwall */
	background: none;
}

#top_ads { 

	display: inline;
	margin:-2px -1px 3px -1px;
	
}

#wrapper {
	padding-top:2px;	
}


/*==================================== 
   Supernav
  ====================================*/

#supernav  { 
	/* Do Not Edit */
	background: none;
}

#supernav a { 
	/* Supernav Font Colour */
	color: #fff;
}

#nav li:hover ul, #nav li.sfhover ul {
	
	/* Drop Down Box Background Colour */
	background-color: #CCC;
	
	/* Drop Down Box Border */
	border:1px solid #000;
}

#nav li:hover ul a, #nav li.sfhover ul a {
	
	/*Drop Down Box Font Colour*/
	color: #FFF;
}
