@CHARSET "UTF-8";

@font-face {
	font-family: Visitor TT1 BRK;
	src: url('../fonts/visitor1.ttf') format('truetype');
}

@font-face {
	font-family: Redensek;
	src: url('../fonts/REDENSEK.ttf') format('truetype');
}


body{
	font-family:Visitor TT1 BRK;
	font-size:60%;
	background-color:#ccc
}


#header{
	height:100px;
	background-color:black;
	color:#888;
	-moz-box-shadow:5px 5px 10px #555;
	-webkit-box-shadow:5px 5px 10px #555;
	padding:1em;
	text-align:center;
	line-height:100px;
	margin-top:250px;
	border: 2px inset #ccc;
	border-radius: 4px;
}


