/* General
-----------------------------------------------------------------------------*/

ul,ol,li,pre,form,body,html,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }

body,
html
{
	height: 100%;    /* Make sure the document takes up the whole window. */
	font-size: 100%;
	color: #999;
	background-color: #212121;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-align: left; 
}

p, h1, h2, h3, h4, h5, h6 {
	font-size: 0.8em;
	margin: 1.12em 0;
	padding: 0;
}


h1 {
	color:#99CC33;
	font-size: 1.2em; 
	font-weight: normal;
}


.clearBoth {
	line-height:0px;
	clear: both;
	height: 1px;
}

#altContent {
	width:400px;
	margin-left:50px;
	margin-top:60px;
}