/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
	}
#swiffer {
	height: 100%;
	}
/* end hide */
	
body {
	height: 100%;
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFCC;
	}
a {	
	color: #6600CC;
	}
a:hover {
	text-decoration: none;
	}
a:visited {
	color: #6600CC;
	}
.alt {
	margin-top: 50px;
	text-align: center;
	}