#wrap {
	left: 50%;
	margin-left: -380px;
	position: absolute;
	z-index: 50;
}
#outside {
	height: 575px;
	width: 760px;
/*	filter: alpha(Opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;	
*/	position: absolute;
	top: 10px;
	z-index: 100;
	left: 50%;
	margin-left: -380px;
}
#logo {
	background: url(/_images/logo-large.jpg) no-repeat;
	height: 300px;
	width: 300px;
	position: absolute;
	left: 50%;
	z-index: 5000;
	margin-left: -380px;
}
#nav {
	width: 760px;
	position: absolute;
	top: 315px;
	margin-left: -380px;
	left: 50%;
	z-index: 999;
}
#otherbox {
	width: 455px;
	margin-left: 305px;
	height: 300px;
}
#tag {
	position: absolute;
	left: 50%;
	z-index: 500;
	top: 100px;
	margin-left: -65px;
}
body {
	overflow: hidden;
}
