/* CSS Document */
/*
CSS Styles for Mission Foods Redesign
Main Document
*/

* {
  margin: 0;
  padding: 0;
}
html {
  background: #cde2d5; /*#a9b681; */
  background-image:url(../images/common/bgTile.jpg);
  background-position:top;
  background-repeat:repeat-x;
}
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" */
	
}

#footercontainer{
	margin:0px auto; /* Right and left margin widths set to "auto" */
	
}




