body {
	background: url(images/background.JPG) no-repeat;
	background-size:100%;
	font-family:"Sertig";
	white-space:nowrap;
}

DIV#content {
	margin-left:1%;
	width:350px;
	margin-top:-3%;
        Background: rgb(100%,100%,100%);
	background: rgba(100%,100%, 100%, 0.5);
	line-height: 80%;
}

DIV#content2 {
	margin-left:1%;
	margin-right:auto;
	margin-top:0.25%;
	width:350px;
        Background: rgb(100%,100%,100%);	
	background: rgba(100%,100%, 100%, 0.5);
	color:#000000;
}

@font-face {
	font-family: Sertig;
	src: url("Sertig.otf") format("opentype");
	}

h1 {
	margin-top:1%;
	margin-left:1.5%;
	font-size: 250%;
	color:#ffffff;
	text-shadow: 0 0 10px #0000ff;  	
}