@charset "utf-8";

/*
@description Style sheets for public area
*/

/*
	---------------------------------------------------------------
	|															  |
    | This file covers Public-Only Layout-Aspects				  |
	|															  |
	---------------------------------------------------------------
*/


/*
	-----------------------------------------
	Styles only used in Public Area
    -----------------------------------------
*/
	

/* using another BG-Image than Member-Area */ 
	
body 
	{
   	background-image: url(/resources/images/mm_files/71.gif); /* {image name="page_background"} */
   	background-repeat: repeat-x; margin: 0; 
	}


/* using another Header-Image than Member-Area */ 

#header 
	{
   	background-image: url(/resources/images/mm_files/118.jpg); /*  {image name="header_visual"} */
   	background-repeat: no-repeat;
   	position: relative; 
   	width: 880px; 
   	height: 135px;
	}