body {
	min-height: 1661px;;
	overflow-x: hidden;
	background: url(images/bg.jpg) no-repeat center center; 
	background-color: black;
	z-index: 0;
	width: 100%;
}

a:link {color:#FFF;text-decoration:none;}      /* unvisited link */
a:visited {color:#FFF;text-decoration:none;}  /* visited link */
a:hover {color:#EEE999;text-decoration:none;}  /* mouse over link */
a:active {color:#1919FF;text-decoration:none;}  /* selected link */

#link {
	position:static;
	cursor: pointer;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 150;
	font-style: italic;
	font-size: .80em;


	width: 600px;

	color: white;
}