@charset "utf-8";
/* CSS Document */

html {font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#container {width:100%;position:absolute;}

#intro {position:fixed;padding-top:30px;padding-bottom:30px;width:100%;height:100px;margin:0px auto;text-align:center;}

#intro .id {text-decoration:underline;}

#content {position:absolute;margin-top:130px;text-align:center;}
