/* @override http://new.roteroktober.de/styles.css */

* {
    margin: 0;
    padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #fff), color-stop(1.0,#ccc));
background: -moz-linear-gradient(top,  #fff,  #ccc);}

#panel {
	font-family: Georgia,Times, Serif;
	position: absolute;
	width: 400px;
	margin: -110px 0 0 -210px;
	top: 50%;
	left: 50%;
	padding: 20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 10px #333;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.8, #fff), color-stop(1.0,#eee)) ;
	background: -moz-linear-gradient(top,  #fff,  #eee);

}

a {
  color:#333;
}
