

h1 {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Fontinsans;
	color: #fff;
	font-size: 28px;
	line-height: 30px;
}
h2 {
	margin: 10px;
	font-family: Fontinsans;
	color: #fff;
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
}

body {  color: #fff;
	margin: 0px; padding: 0px;
	background: url("/images/bg.png") #000; 

	font-family: Fontinsans;
}


@font-face {
	 font-family: Fontinsans;
	  src: url(/images/Fontin_Sans_R_45b.otf) format("opentype");
}


#header {
	 background: url("/images/sinus400.png");
	background-repeat: repeat-x;
	height: 180px;
}
#content {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	font-family: "Times New Roman", Times, serif;
	height: 200px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#logo {
text-align:center;	
}

body, p, ol, ul, td {
  font-size:   15px;
  line-height: 18px;
  font-family: Fontinsans;

}

a img { border: 0px;}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a {  }
a:visited { }
a:hover { }


#footer {
	text-align: center;
	font-size: 10px;
	font-family: courier;
}