@charset "utf-8";
/* CSS Document */

	
	body {
		background-image: url(../images/bg_02.png);
		background-repeat: repeat-x;
		background-color: black;
		
	}
	
	@font-face {
  		font-family: "Edwardian Script ITC";
		src: url('../fonts/ITCEdscr.TTF') format("opentype");
  		src: url('http://www.anneberit.com/fonts/ITCEdscr.TTF') format("opentype");
	
	}

	#h1 { 
	font-family: "Edwardian Script ITC";
	font-size: 22px;
	
	}

	#content {
	background-color:#FFF;
	text-align: center;
		
	}
	
	#sidebar {
		background-color:#FFF;
		
	}
