body {
	margin:0;
}

#header {
	height: 40px;
	width: 100%;
	text-align: left;
}

#header img {
	float: left;
	clear: left;
	top: 0;
	margin-bottom: 0;
}

#header span {
	display: block;
}

#header #logo {
	margin: 0 15px;
	height: 40px;
}

.gr #header img {
	max-height: 40px;
}

.fg #header img {
	max-height: 25px;
	padding-top: 8px;
}

.gr #header span {
	padding-top: 10px;
	color: #333;
	font-size: 14px;
}

.fg #header span {
	padding-top: 12px;
	padding-left: 15px;
	display: inline-block;
	text-decoration: underline;
	color:#333;
	font-size: 14px;
}

#mag-content-container {
	position: fixed;
	width: 100%;
	height: 100%;
}

#mag-content {
	width: 100%;
	height: 100%;
}