.clear {clear:both;}
#disclaimer {
    position: absolute;
    top: 0px;
    laft: 0px;
	width: 598px;
	height: 348px;
	font-family:Tahoma,Arial,Verdana;
	margin: 20px auto;
	z-index: 210;
}
#disclaimer .header {
	width: 598px;
	height: 49px;
	background: transparent url(images/header.png) no-repeat left top;
}

#disclaimer .center {
	width: 598px;
	background: transparent url(images/background.jpg) repeat-y left top;
}
#disclaimer .footer {
	width: 598px;
	height: 19px;
	background: transparent url(images/bottom.png) no-repeat left top;
}
#disclaimer .center .content {
	width: 336px;
	float: left;
	margin-left: 13px;
	margin-right: 9px;
}
#disclaimer .center .image {
	width: 229px;
	float: left;
	margin-top: 7px;
}
#disclaimer .header h1 {
	color: #ffffff;
	font-family:Tahoma,Arial,Verdana;
	font-size: 23px;
	font-weight: normal;
	padding: 15px 0 0 30px;
}
#disclaimer .center .content h1 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color: #e330a6;
}
#disclaimer .center .content .information{
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
	text-align: justify;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}
#disclaimer .center .content .information2{
	font-size:12px;
	font-weight:bold;
	color: #e330a6;
	margin-bottom: 10px;
}

#disclaimer .center .content .information3{
	margin-top: 10px;
	font-size:10px;
	font-weight:bold;
	color: #000000;
}

#disclaimer .center .content a img {
	border: none;
}

.blackout {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 200;
	width: 100%;
	height: 100%;
	/*-moz-opacity:0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);*/
    background-color: #000000;
}
