* {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
	}
	
body {
	background-color:#000000;
	text-align: center;
	background-image: url(../images/gaybomb.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	

#e {
	padding-top: 20px;
	}
	
	#e a:link {
		color: #663399;
		text-decoration: none;
		}
	#e a:hover {
		color: #FF00FF;
		text-decoration: underline;
		}
	#e a:active {
		color: #FF00FF;
		text-decoration: none;
		}
	#e a:visited {
		color: #663399;
		text-decoration: none;
		}
	#e a:visited:hover {
		color: #FF00FF;
		text-decoration: underline;
		}		

#content {
	display: none;
	}

#links {
	margin-top: 525px;
	text-align: center;
	color: #9966CC;
	line-height: 14px; 
	}
	
	#links a:link {
		color: #9966CC;
		text-decoration: none;
		}
	#links a:hover {
		color: #FF00FF;
		text-decoration: underline;
		}
	#links a:active {
		color: #FF00FF;
		text-decoration: none;
		}
	#links a:visited {
		color: #9966CC;
		text-decoration: none;
		}
	#links a:visited:hover {
		color: #FF00FF;
		text-decoration: underline;
		}