* {
	margin:0;
	padding: 0;	
	font-family: Tahoma;
	font-size: 12px;	
	line-height: 140%;
}
body {
	text-align: center;
	background: #474552 url(../img/tlo05.png);
	padding-bottom: 15px;
	
}
div#container {
	position: absolute;
	width:640px;
	height: 400px;
	left:50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -200px;
}
div#intro {
	width:640px;
	height: 370px;
	border: 3px solid #bbbbbb;
	padding: 2px;
	background-color: #ffffff;
}
div#close {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
div#close a {
	color: #da251d;
	text-decoration: none;
}
div#close a:hover {
	text-decoration: underline;
}