body {		background: url(bg.png);
		text-align: center;}

#bild{	
		position: absolute;
		top: 70px;
		left: 20px;
		width: 500px;
		height:768px;
		padding: 0px;
		background: url(img.png) no-repeat; }
		
#navi{		
		position: absolute;
		top: 300px;
		left:350px;
		width: 120px;
		padding: 1px;}
		
#ad{ position: absolute;
	top: 30px;
	left: 700px;
	}

#content {
		position: absolute;
		width:350px;
		left:70px;
		top:420px;
		padding:10px;
		background: #fff;
		filter:alpha(opacity=100); moz-opacity:100;opacity:100;
		border: 1px solid #cdcdcd;
		-moz-border-radius: 30px;
		}
		
img {border: none; 
	text-align: center;}


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;}

