
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000;
	background:#FFD18B;
	text-align: center;
	background-image: url(images/back.jpg);background-attachment:fixed ;

		}
#back {
	background-image: url(images/ralf.png);background-attachment:fixed ;
	background-repeat:no-repeat;
	background-position: 0px 100%;
		}		
#container {
	text-align:left;
	border: none;
	+margin-left: 250px;
	margin:auto;
	width:650px;
	height:800px;
		}
h1  {color:#000 ;padding:5px;	font-size:2.5em;	}
h2 {color:#5F3D16 ;padding:5px;	}
p {color:#000 ;padding:5px; }

		a:link {
	color: #000;
	text-decoration: underline;
		}

		a:visited {
	color: #000;
	text-decoration: none;
		}

		a:hover {
	color: #000;
	text-decoration: none;
		}
		
		li {
	font-size:1.2em;
		}

	
br {clear:both;}

address {font-size: 1.2em; line-height: 1.5em;color:#000 ;	text-align: right;#margin-right: 100px;	}

.layout {font-size:0.8em;}



#box {
	width:400px;
	float:left;
	border:3px solid #AF7029;
	background:#FFD18B;
	padding: 25px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	opacity: 0.9;

}


