/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* ELEMENTS */

html {
	height: 100%;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Helvetica, Arial, sans-serif;
	background: #333333;
	color: #e8e8e8;
	text-align: center;
	line-height: 1.50em;
	height: 100%;
}

a {
	text-decoration: none;
}

a:link {
	color: #6b8f00;
}

a:visited {
	color: #6b8f00;
}

a:hover,a:focus {
	color: #ffffff;
}

a:active {
	filter:alpha(opacity=60);  
	-moz-opacity: 0.6;  
	-khtml-opacity: 0.6;  
	opacity: 0.6;
}

p {
	margin-bottom: 1.25em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ol {
	list-style: decimal;
}


/* STRUCTURE */

#page {
	margin: 0 auto;
	width: 1020px;
	text-align: center;
	background: #000000;
}

#interface {
	margin-bottom: 20px;
	width: 1020px;
	height: 500px;
}

#info {
	padding: 0 300px;
	text-align: left;
	width: 520px;
	height: 300px;
}

#characterform {
	margin-bottom: 20px;
}

#characterform select {
	width: 250px;
}

#steps {
	margin-bottom: 1.25em;
}

/* CLASSES */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE6 */
* html .clearfix {
	height: 1%;
}
/* IE7 */
*:first-child+html .clearfix {
	min-height: 1px;
}