
body {
	background: #000;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
}

a, div, img, #flashcontainer {
	outline:none;
}

#noflash_container {
	width:100%;
	height:100%;
}

#noflash_wrapper {
	display:block; 
	margin:0px auto; 
	border:0px; 
	padding:0px;
	width:911px;
	height:588px;
	position:relative;
}

#noflash_footer p {
	font-size: 10px;
	margin-top: 10px;
	line-height: 1.1em;
}

#noflash_footer a, #noflash_footer a:visited, #noflash_footer a:active {
	color: #fff;
	text-decoration:none;
}

#noflash_footer a:hover {
	color: #fff;
	text-decoration:underline;
}

#footer_left{
	float:left;
	width:85%;
}

#footer_right{
	float:right;
	width:10%;
	text-align:right;
}

.footer_full{
	clear:both;
	width:100%;
}

#four_oh_four_link {
	display:block;
	position:absolute;
	top:270px;
	left: 450px;
	height:20px;
	width:100px;
}

#noflash_link {
	display:block;
	position:absolute;
	top:265px;
	left: 400px;
	height:20px;
	width:60px;
}
#wrapper {
	font-size: 93%; /* 12px */
    height: 780px;
    width: 100%;
}



/* MODAL OVERLAY ("Bumper Page", contained in master template) */

#modalOverlay { 
	background-color:#000; 
} 
		
#modalContainer {
	background:#fff url(../images/bumper.jpg) no-repeat;  
	border: none;
	height:588px;  
	left:50%; 
	top:0; 
	margin-top: 0px; 
	margin-left:-455px; /* half the width, to center */  
	width:912px;
} 
		
#modalContainer a.modalCloseImg { 
	display:none;
}

.overlay {
	display: none;
	position: relative;
}

#bumper {
	padding:0px;	
}

#external_link{
	position:absolute;
	top:290px;
	left: 410px;
	height:20px;
	width:50px;
}

#overlay_close{
	position:absolute;
	top:290px;
	left: 465px;
	height:20px;
	width:50px;
}

/* Critical Communication Module */

#CritCommWrapper {
		background: #000
		url(http://library.kelloggs.com/critcomm/assets/alert_red.png) no-repeat;
		height: 55px;
		margin: 20px auto;
		padding: 0 0 0 70px;
		width: 970px;
	}
	
	#CritCommWrapper p {
		height: 25px;
		padding: 10px 0;
	}
	
	
	#CritCommWrapper a {
		color: #fff;
		font-size: 18px;
	}
	
	#CritCommWrapper a:hover {
		color: #cf000d;
	}