
/***********************************************/
/* HTML tag styles */
/***********************************************/ 

h1, h2, h3, h4, h5, h6, form, p {
	padding: 0px;
	margin: 0px;
}
body, td {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 0.85em;
	line-height: normal;
	color: #FFF;
	background-color: #353;
	background-color: #2E0F99;
	background-color: #000;
	padding: 0px;
	margin: 0px;
}
a {
	color: #0000CC;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #CC3366;
}


/***********************************************/
/* General Stytles */
/***********************************************/ 

.wrapper {
	position: relative;
	width: 920px;
	clear: both;
	text-align: center;
}

#mainimage-wrapper {
	width: 920px;
	padding: 0px 10px;
	width: 900px;
}

#header {
	height: 100px;
	padding-top: 20px;
	height: 80px;
}
#header h1 {
	width: 208px;
	height: 64px;
	text-indent: -9999em;
	background-image: url(_images/splash_nifco_logo.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
}

#enterbutton {
	padding-top: 16px;
}
#enterbutton a {
	display: block;
	width: 72px;
	height: 20px;
	text-indent: -9999em;
	background-image: url(_images/splash_enter_btn.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 auto;
}
#enterbutton a:hover {
	background-position: 0 -20px;
}

#copyright {
	font-size: 10px;
	color: #999;
	text-align: right;
	padding-top: 8px;
}




