@charset "utf-8";
/* CSS Document 
	Cam Burns - The Design Company
	*/
#content {
	top: 50%;
	left: 50%;
	position: fixed;
	margin-top: -100px;
	margin-left: -110px;
}
.logo {
	position: fixed;
	z-index: 2;
	width: 220px;
	display: none;
}
.logo_text {
	position: fixed;
	z-index: 1;
	width: 220px;
	margin-top: 65px;
	display: none;
}
.logo_tag {
	position: fixed;
	margin-top: 110px;
	display: none;
}
.enter {
	position: fixed;
	margin-top: 160px;
	display: none;
}