/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #000;
	width: 62em;
}

img {
	margin: 0;
	border: 0;
}

a {
	color: #00c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#logo, #badAss {
	width: 31em;
}

#logo {
	padding: 0 0 5.15em 0;
}

.top, .bottom, .botPad {
	position: absolute;
}

.top {
	width: 62em;
	cursor: pointer;
}

.bottom {
	top: 21.7em;
	width: 60.5em;
	background: #f3fff3;
	margin: 0 0 0 1.1em;
	border: .2em #0f0 outset;
	line-height: 1.7em;
}

.bottom p {
	font-family: georgia, 'times new roman', serif;
	font-size: 1.1em;
}

.botPad {
	width: 62em;
	margin: 0 0 0 1.7em;
	padding: 0 0 .7em 0;
}

.botPad p {
	font-family: verdana, arial, sans-serif;
	font-size: .7em;
	color: #0f0;
	margin: 0 0 .8em 0;
}