/* hide from ie on mac \*/
html
{
	height:100%;
}


/* end hide */

#content
{
	height:100%;
	position:absolute;
	width:100%;
	z-index:0;
	text-align:center;
}

body
{
	height:100%;
	margin:0;
	padding:0;
	background:#000;
}

#content
{
	color: #fff;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

#content a:link, #content a:visited
{
	color: #eee;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover, #content a:active
{
	color: #fff;
	text-decoration: underline;
}

#contact-general a.url
{
	display: none;
}