/* CSS Document */
/* Martin Misur */

html, body, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, #screen {
	margin: 0;
	padding: 0;
	border: 0;
}

/* --- MAIN ELEMENTS --- */

html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #fff;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#screen {
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

/* --- PAGE GENERAL --- */

a:link, a:visited, a:active {
	color: #4C4C4C;
	text-decoration: none;
	border-bottom: 1px #FF0000 solid;
}
a:hover {
	text-decoration: none;
	border-bottom: none;
}

/* --- HEADER --- */

#header {
	height: 1px;
}
#header_content {
	width: 820px;
	height: 1px;
	margin: 0 auto;
}
#logo span, #logotext span {
	display: none;
}

/* --- MAIN PAGE --- */

#main_page {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 850px;
      height: 530px;
      margin-left: -425px; /* half of width */
      margin-top: -280px;  /* half of height */
}
#non_footer {
	position: relative;
	min-height: 100%;
}
#bottom_padding {
	padding-bottom: 100px;
}
.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/* --- CONTENT --- */

#content {
}
#content p {
	margin: 0;
	color: #4C4C4C;
	font-size: 100%;
	text-align: center;
}

/* --- FOOTER --- */

#footer {
	position: relative;
	margin: -65px auto 0 auto;
	width: 950px;
	padding-bottom: 1em;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1em;
}
#credits {
	margin-top: 0;
	margin-left: 0;
	padding: 40px 0 0 0;
	text-align: right;
}
#credits a:link, #credits a:visited, #credits a:active {
	color: #FFFFFF;
	text-decoration: underline;
	border-bottom: none;
}
#credits a:hover {
	text-decoration: none;
}
