@charset "UTF-8";
/* mynameismitchell.com css */
/* please do not use without my permission */
/* copyright 2008 mitchell phillips design /*

/* Colors */
/* green - #009900 */
/* yellow - #ffff00 */


/* ----------------------------- main ---------------------------- */

* {
padding:0;
margin:0;
}

body {
background:#009900;
margin-left:10%;
margin-right:10%;
}

.clear {
clear:both;
}

#mainholder {
width:100%;
}

#lunchholder {
width:100%;
height:435px;
margin-top:10%;
}

.lunch {
background:url(images/lunch.png) no-repeat;
width:600px;
height:435px;
}
/* -------------------------- end main --------------------------- */
