@charset "iso-8859-1";
/* CSS Document */


*{
	margin:0;
	padding:0;
}

body{ 
	background:url(../img/bkg_intro.png) repeat-y center;
	background-color: #CCCCCC;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

img{
	behavior: url("/css/pngbehavior.htc");
	border:0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#container{
	background:url(../img/bkg_lion.gif) no-repeat;
	background-position: 50% 20px;
	width:600px;
	height:600px; 
	margin: 0 auto 0 auto;
}

#welcome{
	margin:20px 0 0 0;
}
#buttons{
	margin:40px 0 0 0;
	width:600px;
}
#buttons a{
	margin:0 13px 0 13px;
}
#disclaimer{
	margin:40px 0 0 0;
}
#disclaimer .title{
	margin:0;
}
#disclaimer .text{
	margin:0 50px 0 50px;
	font-size:11px;
}
#disclaimer .text p{
	margin-bottom:10px;
}i
