html {
	min-width: 100%;
}

/*body {margin: 0; padding: 0;  font: 10px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; background-image:url(../images/bgall2.gif) }*/

body {
	margin: 0;
	padding: 0;
	font:
		8px "verdana",
		Geneva,
		Arial,
		Verdana,
		sans-serif;
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
}

body a:link {
	font-weight: bold;

	text-decoration: none;

	color: #4a4a4a;
}

body a:visited {
	font-weight: bold;

	text-decoration: none;

	color: #4a4a4a;
}

body a:hover,
a:active {
	text-decoration: none;

	color: #a7db3a;
}

/*

img {

	border:0px;

}
*/

iframe {
    border: 1px solid #000; /* Orange border */
}

#container {
	width: 1000px;

	margin: 50px auto;

	margin-left: 100px;

	text-align: left;

	font-weight: bold;

	text-decoration: none;

	position: relative;


	

	color: #000;

	/*	letter-spacing:0.1em; */

	font-variant: small-caps;

	font:
		10px "georgia",
		Geneva,
		Arial,
		Verdana,
		sans-serif;

	background-color: #000000;
}

#sciarc {
	width: 1000px;
}

#countbox {
	width: 1000px;

	text-align: left;

	font-weight: bold;

	text-decoration: none;

	color: #aedb4e;

	letter-spacing: 1.1em;

	font-variant: small-caps;

	font:
		8px "verdana",
		Geneva,
		Arial,
		Verdana,
		sans-serif;
}

#renderbox {
	width: 1000px;

	margin-top: 50px;
}

#links {
	width: 400px;

	text-align: left;

	font-weight: bold;

	text-decoration: none;

	color: #aedb4e;

	letter-spacing: 1em;

	font-variant: small-caps;

	font:
		8px "verdana",
		Geneva,
		Arial,
		Verdana,
		sans-serif;
}

#links a:link {
	text-decoration: none;

	color: #aedb4e;
}

#links a:visited {
	text-decoration: none;

	color: #aedb4e;
}

#links a:hover,
a:active {
	text-decoration: none;

	color: black;

	background-color: #aedb4e;
}