* {
  	margin: 0px;
	padding: 0px;
	border: 0px;
	/*border: 1px solid red;*/
  }

body {
	background-color: white;
	font-family: Verdana,"Geneva CE",sans-serif;
	font-size: 10px;
	color: #7c92bb;
	}

.hidden {
	display: none;
	}

h1	{
	display: block;
	width: 100%;
	height: 283px;
	background: transparent url("./arietis.jpg") center center no-repeat;
	margin-bottom: 2em;
	}

div#content {
	position: absolute;
	left: 50%;
	width: 570px;
	margin-left: -285px;
	text-align: right;
	}

p.cze {
	font-size: 1.5em;
	margin-top: 10px;
	}

p.eng {
	font-size: 1em;
	margin-top: 10px;
	}

p.link {
	font-size: 2em;
	margin-center: 10px;
	}

div#topzero {
	font-size: 0.7em;
	color: #a4aec4;
	}

div#bottomzero {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	font-size: 0.7em;
	color: #a4aec4;
	}

a {
	color: #627293;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline overline;
	}

span.highlight {
	color: #627293;
}
