body.embed {
    background: transparent;
    margin-top: 0;
}

body.embed #container {
    width: auto !important;
	float: none;
	border-style: none none none none;
}

body.embed #content {
	border-left: 0;
	position: static;
	margin-left: 0;
	width: auto !important;
	float: left;
}

body.embed #GetPageText {
	width: auto;
}

body.embed #back-to-top {
	left: 15px;
}

body.embed #logged-in {
/*	padding-left: 15px; */
	display: none;
}

body.embed #back-to-top {
    display: none;
}

body.embed #registeredusers {
    width: 500px;
    margin: auto;
}

body.page-index #content { float: none; }