	body {
	height:100%;
	margin:0;	
	padding:0;
	font-family:trebuchet ms;
	color:#666666;
	background-color:#eeece1;
	}
	
	#copyright {
	font-size: 75%;
	text-align: center;
	bottom: 0px; 
	}

	* {
   	 margin: 0;
	}

	html {
   	 height: 100%;
	}

	.wrapper {
  	min-height: 100%;
   	height: auto !important;
	height: 100%;
        margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
	}

	.footer, .push {
   	 height: 20px; /* .push must be the same height as .footer */
	}

	.xxlarge {
	font-size: 175%;
	font-weight: bold;
	}

	.xlarge {
	font-size: 150%;
	font-weight: bold;
	}

	.large {
	font-size: 120%;
	}
	
	.medium {
	font-size: 100%;
	}
	
	
	


