/* CSS Document */
/*
CSS Styles for Mission Foods Redesign
Main Document
*/

* {
  margin: 0;
  padding: 0;
}
html {
  background-color: #e8b951;
}
body {
  margin:10px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
  text-align:center; /* Hack for IE5/Win */
  color: #FFF;
  font: 0.7em/160% Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, sans-serif;
}
img {
  border: none;
}
input, textarea, select {
  font: 100%/160% Verdana, sans-serif;
}


#container{
	margin:0px auto; /* Right and left margin widths set to "auto" */

}

#midcontainer{
	margin:0px auto; /* Right and left margin widths set to "auto" */
	float:left;
	
}

#footercontainer{
	margin:0px auto; /* Right and left margin widths set to "auto" */
	
}

#main_container{float:left;}

#page{width:782px; margin:0 auto;}

/*#headerImageMap {    /* clickable area */
/*position:absolute;
top: 40px;
left: 255px;
height: 74px;
width: 120px;
z-index: 55;
}

*/

#ctl00_upPrg{
    display:block; 
    position:absolute; 
    bottom:0; 
    right:0; 
    margin-right:25px; 
    margin-bottom:172px;}

.hidden {display:none;}

.preloadPic{display:none;}

