/* CSS Document */

*	{margin:0; padding:0; border:0; }

@viewport {
  width: device-width;
  zoom: 1;
}

body {background-color:#0C9;}

#logo	 { margin: 0 auto;
    text-align: center;
    width: 100%;
}
#logo	{font-size:12px; font-weight:bold; color:#FFF; }
#logo	{ margin-bottom:30px; }
h3		{font-family: 'Lobster Two', cursive;	}

#buttonscan { margin: 0 auto;
    text-align: center;
    width: 100%;
}

#buttonscan:hover { opacity: 0.7; }

#buttonexp { margin: 0 auto;
    text-align: center;
    width: 100%;
}

#buttonexp:hover { opacity: 0.7; }

#buttonsearch {margin: 0 auto;
    text-align: center;
    width: 100%;
}

#buttonsearch:hover { opacity: 0.7; }

#buttonshop {margin: 0 auto;
    text-align: center;
    width: 100%;
}

#buttonshop:hover { opacity: 0.7; }

#buttoncook {margin: 0 auto;
    text-align: center;
    width: 100%;
}

#buttoncook:hover { opacity: 0.7; }

#greentracker {margin: 0 auto;
    text-align: center;
    width: 100%;
}
#greentracker	{font-family: 'Lobster Two', cursive;	}

#footernavi { margin-top:30px; }
#footernavi ul { text-align: center; }
#footernavi ul li { display:inline; margin:20px; }
#footernavi a { font-size:16px; font-weight:bold; text-decoration:none; }
#footernavi a:link { color:#000; }
#footernavi a:hover  { color:#FC0; }
