
html, body {
	/*height:100%;	*/	/* breaks modal code in FF */
	font-size: 100.1%;
	font-family: arial, verdana, sans-serif;
	/*font-family: georgia, serif;*/
	background: #000000;

	overflow-x: hidden;
}

#main-content p {
	font-size: 90%;
}

#fullscreen {
	height:550px;
}
h1 {
	margin:0 0 10px 0;
}

/* Bullets */

#main-content ul.disc {
	text-indent: -1.2em;
}
#main-content ul.circle {
	text-indent: -1.2em;
}
#main-content ul.decimal {
	text-indent: -1.2em;
}