@import url("typography.css");

html, body {
	overflow: auto;
}

/* layout */
body {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/first_page_bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
	color: #ffffff;
	background-color: #000000;
}
span.nobreak {
    white-space: nowrap;
}
#pageContent {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 280px;
	margin-left: -320px;
	margin-top: -150px;
	padding: 20px;
}

#pageContent h1, #pageContent h2 {
	padding: 0;
	margin: 0;
	line-height: 90%;
	text-align: right;
}

#pageContent h1 {
	margin-top: 10px;
	margin-right: 20px;
}

#pageContent h2 {
	margin-top: 0px;
	margin-right: 50px;
}

#welcomeText {
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 1.8em;
}

#underConstructionNotice {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 20px;
}

/* typography */
#pageContent h1 {
	font-weight: normal;
	font-style: italic;
	font-size: 3em;
}

#pageContent h2 {
	font-weight: normal;
	font-size: 1.2em;
}

#welcomeText {
	font-size: 2.0em;
}

#welcomeText a {
	text-decoration: none;
}

#underConstructionNotice {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	letter-spacing: 0.10em;
}

#underConstructionNotice .note {
	border-top: solid 1px gray;
	display: block;
	font-style: oblique;
	float: left;
	padding-right: 5em;
	margin-right: -4em;
    margin-bottom: 2.5em;
	
}
#underConstructionNotice .note_content {
	display: block;
}

/* colors */
#pageContent {
	border: 1px solid #333333;
	background: #0f0f0f;
	opacity: 0.8;
	filter:ALPHA(opacity=80);
}
#pageContent h1 {
	color: #999999;
}

#pageContent h2 {
	color: #c0c0c0;
}

#underConstructionNotice {
	color: #777777;
}

#welcomeText a {
	color: #cccccc;
	border-bottom: 1px dashed #c0c0c0;
}

#welcomeText a:hover {
	color: #efefef;
	border-bottom-color: #cccccc;
}
