body {
	margin : 0px;
	padding : 0px;
	background-color : #191919;
	text-align : center;
}

img {
	border-style : none;
}

#wrapper {
	width : 348px;
	margin : 0px auto 0px auto;
	padding : 0px;
	text-align : center;
}

#logotype {
	width : 348px;
	height : 119px;
	margin-top : 120px;
	background : url(../top_img/logo.gif);
	background-repeat : no-repeat;
}

#logotype h1 {
	text-indent : -3000px;
	font-size : 12px;
}

#logotype h2 {
	text-indent : -3000px;
	font-size : 12px;
}

#bu_enter {
	width : 140px;
	height : 19px;
	margin : 25px auto 0px auto;
}
#bu_enter a {
	width : 140px;
	height : 19px;
	background-image : url(../top_img/bu_enter.gif);
	background-repeat : no-repeat;
	display : block;
}
#bu_enter a:hover {
	background-position : 0 -19px;
}
#bu_enter span {
	display : none;
}

#bu_misc {
	width : 134px;
	height : 9px;
	margin : 20px auto 0px auto;
}
#bu_misc a {
	width : 134px;
	height : 9px;
	background-image : url(../top_img/bu_misc.gif);
	background-repeat : no-repeat;
	display : block;
}
#bu_misc span {
	display : none;
}

address {
	width : 283px;
	height : 5px;
	margin : 35px auto 0px auto;
	background-image : url(../top_img/tx_copyright.gif);
	background-repeat : no-repeat;
}

address span {
	display : none;
}

#flash {
	width : 100%;
	height : 100%;
	left : 0px;
	top : 0px;
	position : absolute;
	overflow : hidden;
}

#feed {
	display: none;
}

#log {
	display: none;
}


#error_text {
	width : 348px;
	margin : 30px auto 0px auto;
	font-size : 10px;
	line-height : 130%;
	color : #ffffff;
}

#error_text a {
	color : #ffffff;
}




