	a:link {color: white; text-decoration: None}
	a:visited {color: white; text-decoration: None}
 	a:active {color: white; text-decoration: None}
 	a:hover {color: white; text-decoration: None}

	body {
		color: black; background-color: black;
		margin: 0; padding:0;
		text-align: center; 
	 }

	#main {
		position:relative;
		text-align: left;   
		margin: 0 auto;     
		width: 700px;
		height:700px;
		padding: 0px;
		border: 0px;
		background-image:url(bgimg.jpg);
		background-repeat:no-repeat;
	}
	
	#hl_div {
		position:absolute;
		top:38px;
		width:600px;
		font-size:12px;
	}

	#hl_home {
		position:absolute;
		left:28px;
	}

	#hl_project {
		position:absolute;
		left:185px;
	}

	#hl_preview {
		position:absolute;
		left:265px;
	}

	#hl_tour {
		position:absolute;
		left:445px;
	}

	#hl_partners {
		position:absolute;
		left:505px;
	}