body {		background: url(bg.png);
		text-align: center;}

#bild{	
		position: absolute;
		top: 0px;
		left:0px;
		width: 1024px;
		height:768;
		padding: 0px;
		background: url(img.png) no-repeat; }
		
#navi{		position: absolute;
		top: 300px;
		left:350px;
		width: 120px;
		padding: 1px;}

#content {
		position: absolute;
		width:300px;
		left:120px;
		top:420px;
		padding:10px;
		background: #fff;
		filter:alpha(opacity=70); moz-opacity:.70;opacity:.70;
		border: 1px solid #cdcdcd;
		-moz-border-radius: 10px;}

#credits{	position: absolute;
		top: 0px;
		_top: 0px;
		left: 0px;
		_left: 0px;
		width: 200px;
		_width: 200px;
		padding: 0px;}


td, div, font, textarea, body, input {
		font-family: georgia;
		font-size: 11px;
		color: #000000;
		text-align: justify;
		line-height:12px;}

b {		color: #222;}


a:link, a:active, a:visited {
		font-family: georgia;
		font-size: 11px; 
		color: #222; 
		text-decoration: none;
		font-style: italic;}

a:hover {
		font-family: georgia;
		font-size: 11px; 
		color: #cdcdcd; 
		text-decoration: none;}



h1 {	font-family: georgia,arial;
		font-size: 20px;
		color: #000000;
		margin: 4px;
		padding: 0px;
		font-weight: normal;
        line-height: 25px;
		text-align:left;
        letter-spacing: 1px;
        font-style: italic;
        text-transform: lowercase;
		border-bottom: 1px solid #000;}

h2 {
		font-family: courier new;
		font-size: 12px;
		color: #585858;
		margin: 4px;
		padding: 0px;
		text-align:right;
        letter-spacing: 2px;}

h3 {
		font-family: courier new;
		font-size: 12px;
		color: #585858;
		margin: 4px;
		padding: 0px;
		text-align:left;
        letter-spacing: 2px;}
