html,
body {
	margin: 0;
	padding: 0;
	height:100%;
	color: #000;
	background-color: #333;
	background-repeat: no-repeat;
	background-attachment: fixed
	height: 100%;
	font-family: Arial;
}

#container {
	min-height:100%;
	position:relative;
}

#header {
/*	border-top: 2px solid #000; */
	background-color: #000;
/*	padding-top: 20px; */
}

#body {
	padding:10px;
	margin-left:auto;
	margin-right:auto;
/*	padding-bottom:60px; */
}

#body a {
	text-decoration:none;
	color:#000;
}

#body a:hover {
	color: #39C;
	text-decoration:underline;
}

#footer{
/*	position: absolute; */
	margin-left:auto;
	margin-right:auto;
	bottom: 0;
	padding:10px 0 0 0;
	width:432px;
	height:60px;
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.1em;
	font-size: .8em;
	border-top: 2px solid #000;
	background-color: #333;
}

#footer a {
	text-decoration:none;
	color:#000;
}

#footer a:hover {
	text-decoration:underline;
	color:#39C;
}

#sandraNews{
	margin-left:auto;
	margin-right:auto;
	width:480px;
}

#sandraNews a {
	color:#39C;
	text-decoration:underline;
}

#container {
	height:100%;
}

	/* -------------------------------------------------- */
	/* talltabs-black */
	/* -------------------------------------------------- */
	#talltabs-black {
		font-size: .9em;
		clear:left;
		float:left;
		padding:0;
		border-top:0px solid #000;
		width:100%;
		overflow:hidden;
		background:#000;
	}
	#talltabs-black ul {
		float:left;
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
		left:50%;
		text-align:center;
	}
	#talltabs-black ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	#talltabs-black ul li a {
		display:block;
		float:left;
		margin:0 1px 0 0;
		padding:6px 10px 6px 10px;
		background:#000;
		text-decoration:none;
		color:#fff;
	}
	#talltabs-black ul li a:hover {
		padding:6px 10px 6px 10px;
		color:#39C;
	}
	#talltabs-black ul li.active a,
	#talltabs-black ul li.active a:hover {
		padding:6px 10px 6px 10px;
	}