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

html,body {
	height:100%;
}

body {
	background:url(../img/splash/bg.jpg);
	background-color:#111;
	color:#fff;
	font-family:'Trebuchet MS';
	font-size:11px;
}

img {
	border:0px;
}

.clear {
	clear:both;
}

#sd_site {
	width:100%;
	position:relative;
	margin:0px auto;
	height:auto !important;
	height:100%;
	min-height:100%;
}

/*
	TOOLBAR
*/

#toolbar {
	background:url(../img/header/toolbar/bg.png);
	height:50px;
}

#toolbar_content {
	width:990px;
	margin:auto;
	height:50px;
	overflow:hidden;
}

#toolbar_series {
	float:left;
}

#toolbar_series li {
	float:left;
	list-style:none;
	margin:2px 5px 0px 5px;
}

#toolbar_social {
	float:right;
}

#toolbar_social li {
	float:right;
	list-style:none;
	margin:5px 5px 0px 5px;
}

#toolbar .splitter {
	margin:7px 5px 0px 5px;
}


/*
	CONTENT
*/

#body {
	width:980px;
	margin:auto;
}

#title {
	width:833px;
	margin:20px auto;
}

#battle {
	width:552px;
	margin:10px auto;
}

#tree {
	background:url(../img/splash/glow.png) no-repeat;
	background-position:center 320px;
	z-index:1;
}

#results {
	position:relative;
	width:296px;
	margin:auto;
	z-index:5;
	top:-390px;
}

.right {
	text-align:right;
}

.col_32,
.col_16,
.col_8,
.col_4 {
	float:left;
	width:105px;
}

.col_arrow {
	width:10px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}

.col_32 li {
	list-style:none;
	line-height:35px;
}

.col_16 li {
	list-style:none;
	line-height:70px;
}

.col_8 li {
	list-style:none;
	line-height:140px;
}

.col_4 li {
	list-style:none;
	line-height:280px;
}

#da {
	position:relative;
	margin:auto;
	width:224px;
	top:-260px;
	margin-bottom:25px;
}