body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(bdm.jpg) no-repeat center top;
}

* {
	padding: 0px;
	margin: 0px;
	border: none;
}

.clear {
	clear: both;
}
.info {
	width: 800px;
	margin: 530px auto 0px auto;
	padding-left: 200px;
}
.box {
	width: 350px;
	float: left;
}
.image {
	float: left;
	width: 80px;
}
.desc {
	float: left;
	width: 250px;
}
.box p a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	line-height: 64px;
	letter-spacing:-1px;
	font-size: 24px;
	color: #fbef3e;
	text-decoration: none;
	text-shadow:0.1em 0.1em 0.2em black;
}
.box p a:hover {
	color: #ba1d2b;
	text-decoration: underline;
}