
/*===================================================================================================*/
/* BASIC 				=============================================================================*/
/*===================================================================================================*/

html,body {
	margin:0;
	padding:0;
	font:13px/1.231 Arial, Helvetica, sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
	background-color:#000;
}

a {
	text-decoration: none;
	color:#000;
	cursor:pointer;
}
	a:hover {
		color:#0C0;
	}
	a:focus {
		text-decoration:none;
	}

#container {
	min-width:1000px;
	min-height:600px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
}
#main {
	top:0;
	bottom:0;
	left:0;
	right:344px;
	position:absolute;
	background-color:#000;
}

#banners {
	right:0;
	top:0;
	bottom:0;
	width:359px;
	position:absolute;
	background-color:#fff;
	overflow:auto;
}
.afsca {
	padding:10px;
	border-top:1px solid #ccc;
	margin-top:10px;
}
.afsca a {
	bottom:5px;
	left:5px;
	color:#333;
	font-size:11px;
}
.afsca a:hover {
	color:#0C0;
}

