/* written on a beautiful day */

p, div, table  {
	font-family: Georgia, serif;
	font-size: 12px;
	letter-spacing: 0.2px;
	color: #333;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #333;
}
.mid {
	margin: 0 auto;
}
.container_main {
	background-image: url('palast.jpeg');
	background-repeat: no-repeat;
	width: 1000px;
	height: 600px;
	margin-top: 60px;
	position: relative;
	z-index: 1;
}
.infobox {
	position: absolute; top: 0px; left: 0px; width: 100%; height: 36px; padding: 4px 12px; background-color: rgba( 255, 255, 255, .8); 
}
.infobox p { font-size: 14px; margin-top: 11px; }
.loginbox {
	position: absolute; top: 60px; right: 20px;
	background-color: rgba(255, 255, 255, .8); display: block; padding: 12px;
}
.loginbox h1 {
	margin: 6px 0 12px 2px; text-transform: uppercase; color: #313131; font-size: 16px;
}
input { width: 120px; border: 1px solid #979797; margin-left: 12px; }