* {
	margin:0;
	padding:0;
	}

body {
	background-color:#000000;
    text-align:center;
}

#bg {
	width:340px;
	height:110px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-60px -170px;
	background-color:#3B2914;
	border-left:1px solid #442F0F;
	border-right:1px solid #584426;
    text-align:left;
}

#box {
	width:300px;
	height:70px;
	position:absolute;
	margin:20px 20px;
	color:#9B7645;
	font:12px Times,serif;
	background:url(../images/klammern.gif) 0 0 no-repeat;
}

h1 {
	width:240px;
	height:16px;
	position:absolute;
	margin:4px 29px;
	padding:2px 0;
	font:13px Times,serif;
	font-weight:normal;
	text-align:center;
	border:1px solid #836339;
	background-color:#49341B;
	color:#AD8E64;
}

p {
	width:240px;
	height:16px;
	position:absolute;
	margin:30px 29px;
	padding:9px 0;
	font:13px Times,serif;
	font-weight:normal;
	text-align:center;
	border:1px solid #836339;
	background-color:#49341B;
}

img {
	position:absolute;
	width:359px;
	height:40px;
	left:-9px;
}

#header {
	top:-40px;
}

#footer {
	top:110px;
}

a {
	text-decoration:none;
	color:#AD8E64;
}

a:hover {
	color:#B59871;
}

