/* CSS Document */

body { margin:0px; padding:0px; background:url(../images/intro_bg.jpg); background-repeat:repeat-x; height:566px; background-color:#fcfbfe; }



* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#000;
}

p { margin-top:6px;	margin-bottom:8px;padding:0px; text-align:justify; }

/*  header  */

#intro_top { background-image:url('../images/intro_top.jpg'); background-repeat:no-repeat; height:353px; width:780px; }
#intro_m_01 { background-image:url('../images/intro_m_01.jpg'); background-repeat:no-repeat; height:56px; width:605px; }
#intro_m_02 { background-image:url('../images/intro_m_02.jpg'); background-repeat:no-repeat; height:56px; width:103px; }
#intro_bottom { background-image:url('../images/intro_bottom.jpg'); background-repeat:no-repeat; height:157px; width:780px; }


a.goLink:link, a.goLink:visited {
	width: 72px;
	height: 56px;
	background: url('../images/intro_enter_c.jpg') no-repeat 0 0;
	float:right;
}

a.goLink:hover, a.goLink:active {
	background: url('../images/intro_enter_c.jpg') no-repeat 0 -56px;
}

a.goLink span {
	position: absolute;
	top: -1000px;
}