body {
	font-family: Helvetica, Arial, sans-serif;
	background-attachment: scroll;
	background-color: #000;
	background-image: url(../imgs/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
	font-size: 11px;
	margin:50px;
}

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

#content_panel {
	background-color: rgba(0,0,0,0.3);
	margin: 0px;
	padding: 20px;
	width: 412px;
	left: 50px;
	top: 50px;
	border: 1px solid #303030;
}

div.logo { margin-left:0px; margin-top: 0px; }

div.infolinks { width: 500px;}
div.infolinks div { float: left; height: 63px; }

div.col100 {
	/*background-color: #c8263d;*/
	width: 227px;
	margin-top: 0px;
	padding:0px;
	background-image: url(../imgs/bg_info.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
	
}
div.col200 { width: 82px; }
div.col300 { width: 107px; }

div.container { width: 401px; margin-left:7px; margin-top: 20px; margin-bottom: 0px; }

div.spacer {
	height: 60px;
	width:1px;
}

blockquote.textinfo {
		margin:0px;
		padding: 13px;
	
}