body {
	padding: 0px;
	margin: 0px;
	background-repeat: none;
}
.all {
	height:100%;
	position:absolute;
	overflow:hidden;
	width:100%
}
.content {
	position:absolute;
	height:100%;
	width:100%;
	z-order:1;
	overflow:hidden;
}
.float {
	position: absolute;
	margin: auto;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	width: 592px;
	height: 410px;
	overflow: visible;
}
.auge {
	position: absolute;
	left: -260px;
	width: 928px;
	top: -20px;
	height: 560px;
	background: url(augecool2.png);
}
.shadow {
	position: absolute;
	width: 592px;
	height: 410px;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: url(shadow.png);
}
.trans {
	position: absolute;
	width: 550px;
	height: 360px;
	background: white;
	opacity:0.6;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.card {
	position: absolute;
	width: 510px;
	height: 320px;
	background: url(card.png);
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.data {
	position: absolute;
	width: 470px;
	height: 230px;
	top: 70px;
	left: 20px;
	font-family: "Bitstream Vera Sans", sans-serif;
	color: #4d4d4d;
}
.headline1 {
	font-size: 20px;
}
.headline2 {
	font-size: 15px;
}
.select {
	width: 300px;
	top: 70px;
	left: 20px;
	right: 0px;
	bottom: 50px;
	margin: auto;
	text-align: center;
}
.sel {
	position: relative;
	float: left;
	padding: 1em;
}
.sel a {
	text-decoration: none;
	color: #4d4d4d;
}

