/* Tag Overrides */
html,body{
	height:100%;
}
body{
	color:#000000;
	background:transparent url(img/BG.jpg) repeat scroll 0%;
	font-family:Arial, Helvetica, sans-serif;	
	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 */