@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%;
	overflow: hidden;
}
body {
	margin:0px 0px; padding:0px;
	text-align:center;
	height:100%;
	font-size:62.5%;
	color:#cccccc;
	background-color:#0f1410;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1{
	margin-top:10px;
}
/*------------------------------------------------
	*	layout settings
--------------------------------------------------*/
#dcCont {
	
	margin:0px auto;
	text-align:left;
	text-align:center;
}

#flashcontent p{
	width:400px;
	margin-top:10px;
	margin-left:290px;
	text-align:left;
}

object:focus {
	-moz-outline:none;
	outline:none;
}
