/*
------------------------------------------
GENERAL
------------------------------------------
*/

html, body 
{
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image:url(../images/intro-bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: center;
}

A:link 
{
	font-size:11px;
	color:#990000; 
	text-decoration: none;
}

A:visited 
{
	font-size:11px;
	color:#990000;
	text-decoration: none;
}

A:hover 
{
	font-size:11px;
	color:#9900FF;
	text-decoration: underline;
}

