/* ---------  CSS Styles for www.voelker.com by Caroline Clouqueur  --------- */

/***********************************************************************/
/* ------------ for de-bugging ------------ */
/***********************************************************************/

/*
div {
	border: 1px solid green;
}
div div {
	border: 1px solid blue;
}
div div div {
	border: 1px solid red;
}
*/


/*************************************************************************/
/* ------------ Basic formatting ------------ */
/*************************************************************************/

body {
	margin: auto;
	padding: 0;
	color: #ccc;
	background-color: #000;
	font: normal 76%/1.4em Helvetica, Verdana, sans-serif;
	text-align: center;
	}
#container {
	text-align:center;
	/*margin-top: 10px;*/
	margin-top: 10px;
	outline: none;
}
a {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}
object, embed {
  outline: none;
}
