html
{
	height:	100%;
}

body
{
	margin:	 0 0 0 0;
	padding: 0 0 0 0;
	
	height:	100%;
	background-color: #000000;
}

body > #everything
{
	height: 	auto;
	min-height: 100%;
}

/* WRAPPER DIV */	
#everything
{
	height:				100%;
	width:				100%;
	
	margin:				0 auto 0 auto;
	padding:			0 0 0 0;
	
	position:			absolute;
	top:				0px;
	left:				0px;		
	
	text-align:			center;
}

#image_links
{
	padding-top:		200px;
}

img
{
	border: none;
}

a{
	-moz-outline-style: 	none;
}