/* CSS Document */

/* Style sheet for for partially-compliant browsers */

body {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#full {
	width: 100%;
	height: 97%;
}
#small {
	width: 100%;
	height: 94%;
}
a {
	color: #CCCCFF;
	text-decoration: underline;
}
a:visited {
	color: #CC66FF;
}
noscript {
	display: block;
	width: 90%;
	padding: 20px 5%;
}
#fullfooter {
	color:#666;
	display: block;
	width: 98%;
	padding: 2px 1% 0px;
	text-align: left;
	font-size:smaller;
	text-decoration: none;
}
#fullfooter a {
	color:#666;
	text-decoration: none;
}
#fullfooter a:visited {
	color:#666;
	text-decoration: none;
}
#fullfooter a:hover {
	color:#fff;
	text-decoration: none;
}
a#closelink {
	position: absolute;
	right: 6px;
	text-align: right;
}
