* {
	margin: 0;
	padding: 0;
}
/*background*/

#triquiback {
	position:fixed;
	left: 0;
	top: 0;
	overflow:hidden;
	zIndex: -9999;
}
#triquibackimg {
	position:fixed;
}
#logo {
	position: relative;
	background-image: url(logo.png);
	background-repeat:no-repeat;
	top: 325px;
	left: 85px;
	margin-left: auto;
    margin-right: auto;
	width: 277px;
	height: 143px;
	z-index: 1;
}

.enter{
	
	padding-top: 155px;
	padding-left: 100px;
}

	
#logo p, #logo a{


	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #dda804;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow: 0px 2px 3px #000;
}

#logo a:hover{


	color: #FFF;
	
}

