/* Begin Mobile Typography & Colors */

body {

    margin: 0;
    padding: 0;
/*    background: #616161 url(/media/images/body_background.jpg) repeat-y top center;*/
	background: #ccc;
	font-family:  Arial, sans-serif;
	font-size: 79%;
    line-height: 1.8em;
    color: #3f3f3f;
	}

	#page {
	background-color: yellow;
	text-align: left;
	border-right: 10px yellow solid;
	border-left: 10px yellow solid;
	background-image: url(/media/images/background_border.gif);
	background-repeat: repeat-y;
	border-bottom: 10px yellow solid;
	}