body {
	background: black;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 10px;
	
}

#container {
	position: absolute;
	margin-left: -185px;
	margin-top: -175px;
	left: 50%;
	top: 50%;
	width: 390px;
	height: 350px;
}

a.togo {
	display: block;
	background: url(p_haragos/t_default/s_default/img/_intro.png) no-repeat;
	width: 390px;
	height: 490px;
	text-decoration: none;
}

a.togo:hove {
	text-decoration: none;
}

#test-mode {
	width: auto;
	border-bottom: 1px solid white;
	background: #8c0b24;
	height: 51px;
}

#test-inner {
	padding-top: 20px;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	font-family: tahoma;
	font-size: 11px;
	color: #d09ba5;
}

#test-inner a {
	color: white;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
}

#test-inner a:hover {
	text-decoration: underline;
}

#test-inner div {
	float: right;
	font-weight: bold;
}

#test-inner span {
	color: #ffc000;
}

