html {
	height: 100%;
	margin: 0px;
}
body {
	height: 100%;
	margin: 0px;
	background-color: #fff;
	font: 11px Tahoma, Verdana, arial, sans-serif;
	overflow: hidden;
}
body.black {background-color: #121213}
#myContent {
	height: 100%;
	width: 100%;
}
#layer {
	height:28px;
	width:100%;
	background-color:#121213;
}
#logo {
	margin: 4px
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.l  { text-align: left; }
.r { text-align: right; }
.c { text-align: center; }

/* display and additional classes */
.clear { clear: both; }

/* links */
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF4A00;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	color: #006B99;
	text-decoration: underline;
}
a img {
	border-width: 0;
}