html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 14px;
	background: #fff;
	text-align: center;
	min-width: 400px;
}
body a {
	text-decoration: underline;
	color: #005599;
}
body a:hover {
	text-decoration: underline;
	color: #ff0000;
}
#content {
	width:600px; text-align:center; /*border:1px #000 solid;*/
}
#frontpagecontainer {
	margin-bottom: -250px;
	width: 1px;
	height: 50%;
	float: left;
	background: #fff;
}
#frontpage {
	position: relative;
	text-align: left;
	height: 300px;
	width: 600px;
	background: #fff;
	margin: 0 auto;
	clear: left;
}
#logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}
#frontpage form {
	padding: 0;
	margin: 0;
}
#footer {
	font-size: 10px;
	text-align:left;
	width:600px;
}
#footer a {
	text-decoration: none;
}
input#content_data {
	width: 400px;
	font-size: 18px;
}
input#content_path {
	width: 300px;
	font-size: 14px;
	color:#949494;
}
input.button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	font-size: 16px;
	width: 95px;
}
#message {
	margin-bottom: 10px;
}
.twitter {
	margin-left: 5px;
	border: 0;
}
#where {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align:right;
	z-index:100;
	width: 400px;
}
.whereami {
	font-size: 10pt;
	cursor:pointer;
	text-decoration:none;
	border-bottom:1px dashed;
	font-weight:bold;
}
a.whereami:hover{
	text-decoration:none !important;
}
.spoiler .spoilertext { display:none; }
.spoiler.open .spoilertext { display:block;margin-top:5px;font-size: 9pt;border-bottom:1px solid #e6e7e1;}
.spoiler.open .whereami { font-weight:normal; }

.features{margin:0 auto 12px; text-align:center; font-size:12px;}
.features.first{width:400px; padding:90px 50px 0;}
