* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}

a:active {
	color: none;
}

#bogaroo {
	width: 400px;
	height: 500px;
	background: url(../bogaroo.jpg);
	margin: 0 auto;
}

#bnotions {
	width: 200px;
	height: 100px;
	background: url(../bnotions.jpg);
	float:right;
}

#ymc {
	width: 200px;
	height: 100px;
	background: url(../ymc.jpg);
	float:left;
}	

#links {
	width: 500px;
	height: 100px;
	margin: 10px auto 5px auto;
	border: 1px solid #cccccc;
	padding: 10px;
}

#copyright {
	width: 500px;
	height: 20px;
	margin: 0 auto 20px auto;
	width: 520px;
	font-size: 10px;
	color:#999999;
}

#thanks {
	color: #000000;
	font-size:14px;
}

#visit {
	color: #999999;
	font-size:12px;
}

#est {
	float: left;
}

#copy {
	float: right;
}

a {
	display:block;
}

a:active, a:focus {
	outline: none;
}