@charset "UTF-8";
/* CSS Document */
/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;	font-family: Futura MT Light, Futura, Gill Sans MT, Bauhaus, FrutigerNextLT, Trebuchet MS, Helvetica, Sans Serif; height:100%; font-size:14px; }
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

#news-box{
	width: 276px;
	height: 171px;
	padding: 10px 0 10px 0 ;
	text-align: right;
}
.enter-button{
	width: 276px;
	height: 30px;
	padding: 10px 0 10px 0 ;
	text-align: right;
}

#intro_wrap	{
	width: 100%;
	height: 100px;
	top: 0px;
	left: 0px;
	position: absolute;
/*	background-color: #BAE568;
	border: 1px solid red;	
*/	}

#intro_left {
	width: 700px;
	min-height: 400px;
	position: absolute;
	padding-top: 110px;
/*	border: 1px solid red;
*/	top: 0px;
	left: 0px;

	}

#intro_right {
	width: 300px;;
	min-height: 215px;
	position: relative;
	left: 650px;
	padding-top: 290px;
/*	border: 1px solid red;
*/	}
#intro_panel {
	height: 170px;
	display: none;
	text-align: right;
	padding: 20px 20px 0 0;
	line-height: 1.5em;
	z-index:1;
}

#news-box a:link, a:visited
	{
	font-size: 1em;
	color: #191919;
	text-decoration: none;
	line-height: 150%;
	}
#news-box a:hover 
	{
	background-color: #E3E4E4;
	}

