<style>
/* Coding and design by Lil Thufth for please save the world; the approved Big Bang Mini fanlisting. Part of the Skiies network. Application/redistribution is strictly prohibited. */

/* Main stuff. */

body {
	margin: 0;
	padding: 0;
	color: #efefef;
	font-family: Tahoma, Helvetica, Arial, Sans-serif, Georgia;
	font-size: 8pt;
	letter-spacing: 1px;
	line-height: 10pt;
}

#wrapper {
/* Make it do something. */
}

/* Modules. */

#bbm {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 866px;
}

#stats {
	margin-left: auto;
	margin-right: auto;
	border: 2px dashed #424242;
	padding: 10px;
	width: 300px;
}

#content {
	position: absolute;
	padding: 20px;
	text-align: left;
	width: 450px;
	height: auto;
	max-height: 300px;
	top: 50px;
	left: 25px;
	font-family: Tahoma, Helvetica, Arial, Sans-serif, Georgia;
	font-size: 8pt;
	background-color: #cbc9c9;
	filter: alpha(opacity=35);
	opacity: 0.35;
	overflow: auto;
}

#copyright {
	position: absolute;
	top: 711px;
	left: 475px;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, Helvetica, Arial, Sans-serif, Georgia;
	font-size: 8pt;
	text-align: center;
	width: 600px;
	padding-top: 5px;
	color: #2f2f2f;
}

/* Headers. Why don't you use <h1>, you say? Well - I like to keep those for emergencies. */

.header {
	margin: 5px 0 5px 0;
	padding-right: 50px;
	text-transform: uppercase;
	text-align: right;
	font-family: Arial;
	font-style: italic;
	font-size: 22pt;
	letter-spacing: -1pt;
}

/* Text effects. */

b {
    font-weight: bold;
    color: #4019bb;
    letter-spacing: 2px;
}

i {
	font-weight: normal;
    font-style: italic;
    color: #4019bb;
    letter-spacing: 1px;
}

u {
    text-decoration: underline;
    color: #4019bb;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Links */

a:link, a:active, a:visited  {
	color: #f81b40;
	letter-spacing: 2px;
	text-decoration: none;
	cursor: crosshair;
}

a:hover {
	text-decoration: underline;
}

</style>