* {
	margin:0;
	padding:0;
}

body,html {
	height: 100%;
	font-size: .9em;
	line-height: 1.1em;
}

body {
	font-family: tahoma, verdana Arial, Helvetica, sans-serif;
	/*overflow: auto;*/
	BACKGROUND-COLOR: black;
	COLOR: white;
	/*background: black url(layout-img/denimdark.png) repeat scroll 0px 170px;*/
}

p, ul {
	margin-bottom: .7em;
}

img {
	border: 0px;
}

a {
	COLOR: #FCE8A7;
	text-decoration: none;
}

a:hover {
	COLOR: #FFF;
	text-decoration: underline;
}

/* == */

.header-button {
	float: right;
	font-size: 9pt;
	text-transform: lowercase;
	margin-left: 7px;
}

/* Hacks */
.clear {
	clear: both;
    height:1px;
	overflow:hidden;
}