body, html { height: 100%; width: 100%; }

body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-repeat:no-repeat;
	background-position: center top;
	position: relative;
}
a {
	outline: none;
	text-decoration: none;
	color:#6d1c0a;
}
a:hover { color:#ce3c1b; }


div#notice {
	top: 50%;
	left:50%;
	text-align:left;
	position: fixed;
	display:none;
	font:11px/18px Arial, Helvetica, sans-serif;
	color:#000;
	width:380px;
	padding:20px 20px 10px 20px;
	margin: -150px 0 0 -210px;
	background:#fff;
	z-index:99;
	border: solid 1px #eee;
}


div#notice a#logo {
	display:block;
	float:left;
	margin: 20px 30px 0 20px;
}


div#notice dl {
	width:220px;
	padding:0 0 10px 20px;
	border-left:1px solid #ccc;
	float:left;
	margin: 0 0 20px 0;
}


div#notice dl dt {
	display:block;
	width:25%;
	float:left;
}


div#notice dl dt.name {
	display:block;
	width:100%;
	float:none;
	margin: 0px 0 20px 0;
}


div#noticedl dd { clear:right; }


div#notice #label {
	position: absolute;
	right: -51px;
	display:block;
	padding: 5px 5px;
	background: #fff;
	top: -29px;
	border: 0;
	border-left: none;
	width:40px;
}
#btn {
	background: #eee;
	display:block;
	padding: 2px 10px;
}
a.nextpageBtn {
	display:block;
	width: 100%;
	height: 100%;
}
#overlay {
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	top:0;
	left:0;
	z-index:90;
	overflow:hidden;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#loading {
	display:none;
	background: #fff url(http://www.google.de/intl/de/events/agencysummit/images/loading-24-grey.gif) no-repeat center center;
	 position:absolute;
    left:50%;
    top:50%;
    width: 120px;
    height: 60px;
    margin-left:-60px;
    margin-top:-30px; 
	 border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	z-index: 100;
}