<style>
/* Coding by Lil for AMX; a TWEWY OST fanlisting. Also a ShadowedStallion production. Application/redistribution is strictly prohibited. */

/* Main stuffo. */

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

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

/* Modules. */

#twewy {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 566px;
}

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

#content {
	position: absolute;
	padding: 20px;
	text-align: left;
	width: 781px;
	height: auto;
	top: 440px;
	left: 29px;
	font-family: Tahoma, Helvetica, Arial, Sans-serif, Georgia;
	font-size: 8pt;
	background-color: #cbc9c9;
	filter: alpha(opacity=49);
	opacity: 0.49;
}

#copyright {
	margin-top: 30px;
	border-top: 1px solid #a2a1a1;
	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;
}

/* Wufoo. */

#wufoo {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

iframe {
	height: 600px;
	background-color: #cbc9c9;
	filter: alpha(opacity=49);
	opacity: 0.49;
	width: 100%;
	border: none;
}

</style>