* { font-family: arial; font-size: 11pt; COLOR: black; }


a{
	text-decoration:none;
}

body
{
	background-color:white;
	padding:0px;
	margin:0px;
}




.error404
{
	font-size:64px;
	color:grey;
}

.splash
{
	background-image:url('/__img/splash_binofo.png');
	background-repeat:none;
	width:942px;
	height:312px;
	margin:auto;
	margin-top:100px;
	color:white;
}

.info
{
	width:740px;
	margin:auto;
	margin-top:20px;
	text-align:center;
}

.tweet
{
	display: none;
	width:740px;
	margin:auto;
	margin-top:20px;
	text-align:center;
	font-size: 12px;
}

.tweet a
{
	color: #00CC00;
	
	font-size: 12px;
}

.tweet span
{
	font-size: 12px;
	font-style: italic;
}

.splash .info
{
	color:white;
}

.splash h1
{
	color:white;
}

.button
{
	background-image:url('/__img/button.png');
	cursor:pointer;
	color:#000000;
	width:222px;
	height:29px;
	text-align:center;
	padding-top:12px;
	display:block;
}


