body {
	background-image: url(/images/yukendo/bgimage.jpg);
}
a:link {
  color: black;
  text-decoration: none; 
}
a:visited {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
	border: none;
}
#div {
	border-style: dashed;
	border-color: #fff;
	border-width: thin;
}
#main {
	width: 1000px;
	margin: 0px auto;
}
#header {
	width: 1000px;
	height: 164px;
	background-image: url(/images/yukendo/header_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Helvetica;
	font-weight: bold;
	font-size: small;
}
#logo {
	width: 169px;
	height: 41px;
	position: relative;
	top: 60px;
	left: 250px;
	
}
#contact {
	position: relative;
	top: 79px;
	left: 630px;
	width: 150px;
	height: 20px;
}
#rules{
	position: relative;
	top: 80px;
	padding-top: 5px;
	background-image: url(/images/yukendo/rules.png);
	background-repeat: no-repeat;
	width: 109px;
	height: 24px;
	text-align: center;
}
#center {
	width: 1000px;
	height: 600px;
}
#content {
	float: left;
	width: 800px;
}
#ads {
	float: right;
	width: 180px;
}
#footer {
	clear: both;
	width: 1000px;
	padding-top: 15px;
	
}
#language_select {
	width: 100px;
	height: 50px;
}	
#yukendo_popup {
	width: 525px;
	height: 375px;
	color: #fff;
	border-style: solid;
	border-color: #fff;
	border-width: thin;
	padding: 50px;
	line-height: 25px;
}
#link_impressum {
	color: #fff;
}