/* Tag Overrides */
html,body{
	height:100%;
}
body{
	color:#ffffff;
	background-color:#000000;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
}

img,table,td,form{
	border:0px;
	padding:0px;
	margin:0px;
}

/* Classes */
.red{
	color:#FF0000;
}

/* IDs */
#exampleID{
	color:#CCCCCC;
}

/* Browser Hacks */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */

a{
	color: #ffffff;
}

a:hover{
	color: #fb8c1f;
}

#fallback{
	align: center;
}

#main_copy{
	width: 460px; 
	margin: 0 auto;
}

.justified{
	text-align: justify;
}

.plugin_message{
	color: #aaaaaa; 
	font-size: 9px; 
	font-style: italic;  
	margin-top: 50px;
}
