/* GAME SECTION CONTAINERS */
#profile_bg {
	margin: 0px;
}

#profile_bg_container {
	width: 100%;
	height: 100%;
	background-color: #000000;
}

#descrip_text {
	position: absolute;
	top: 270px;
	left: 230px;
	width: 345px;
	padding: 2px;
	text-align: justify;
}

#ssbhub {
	position: absolute;
	width: 850px;
	padding: 10px;
	text-align: justify;
}

#filecard {
	position: absolute;
	top: 510px;
	left: 525px;
	width: 307px;
}

#filecard_top {
	width: 100%;
	height: 26px;
	background: url('../images/filecard_top.gif') no-repeat;
}

#filecard_middle {
	width: 100%;
	background: url('../images/filecard_middle.gif') repeat-y; 
	color: lime;
	padding: 2px 3px 0px 6px;
}

#filecard_bottom {
	width: 100%;
	padding: 23px 3px 3px 20px;
	background: url('../images/filecard_bottom.gif') no-repeat;
	color: lime;
	font-size: 11px;
}

#filecard_bottom img {
	margin-right: 8px;
}

#filecard th {
	width: 40px;
	vertical-align: middle;
	font-size: 8px;
	color: yellow;
}

#filecard td {
	font-family: monospace;
	color: lime;
	padding-top: 2px;
	white-space: nowrap;
}

