@charset 'utf-8';
/*------------------------------------------------
	*
	*	Copyright 2007, Kundenname
	*	www.kundenwebseite.com
	*	Author: Jung v. Matt
	*	Function: basic settings
	*
--------------------------------------------------*/

/*------------------------------------------------
	*	reset browser defaults
--------------------------------------------------*/
* { /* resets all predefined values to 0 */
	margin:0;
	padding:0;
}
html, #dcCont, #flashcontent { /* for dynamic flash scaling */
	height:100%;
}
body {
	font-size:62.5%;
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:100%;
}
embed:focus, object:focus { /* prevents ugly (but maybe helpful) outlining */
	outline:none;
}
/*------------------------------------------------
	*	layout settings
--------------------------------------------------*/
#dcCont {
	position: absolute;
	right: 0px;
	top: 0px;
}
