@charset "UTF-8";
/* CSS Document */

img {border:none;}

html
{
background:URL('images/Background 2.png') #1A1A1A;
	background-repeat:no-repeat;
	background-position:center top;
	margin-top: -120px;
	}

body {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#FFF;

}

a:link {color: #666666; decoration: underline;}
a:visited {color: #666666; decoration: underline;}
a:hover {color: #666666; decoration: none;}
a:active {color: #666666; decoration: underline;}


