
/** 
 * Mobile page
 */

body#mobile {background: #e3dddd url('bg.gif') repeat-x;  text-align:center; width:auto;}
body#mobile div {width:650px; margin:130px auto; text-align:left;}
body#mobile h1 {font: bold 17px/16px Arial, sans-serif; color:#009407; margin:15px 0; padding:0;}
body#mobile p { font: normal 13px/16px Arial, sans-serif; color:#4d4d4d; margin:15px 0; padding:0; }
body#mobile a {text-decoration:none; color:#000000; font-weight: bold;}
body#mobile a:hover {text-decoration:underline;}



