* { margin: 0px; padding: 0px; }

body {
	background: #000000 url('img/bg_hill_night.png') repeat-x top;
	overflow: hidden;
}
#page {
	width: 100%;
	height: 2000px;;
	overflow: hidden;
	background: url(img/lepton.gif);
}
#logo {
	margin: 150px auto;
	width: 375px;
	height: 54px;
	background: url('img/lu_logo_night.png') no-repeat 0 0;
}

#logotext {
	display: none;
}

#tag {
	margin: 350px auto;
	width: 200px;
	text-align: center;
	color: silver;
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
}
#tag a:link {text-decoration: none; color: #465C69;}
#tag a:active {text-decoration: none; color: #465C69;}
#tag a:visited {text-decoration: none; color: #465C69;}
#tag a:hover {text-decoration: none; color: white;}

#betterbrowser {display: none;}
