/*==========================================================================+
|  QUT Login CSS - print.css
|
|  Version: 1.0
|  Date Last Updated: 23/12/2014
|  Last Updated By: Andy McBride
+==========================================================================*/
body {
	background:none;
}

#header-wrapper {
	background-image: url('https://cms.qut.edu.au/__data/assets/image/0010/349471/print-realworld.gif');
	background-position:top right;
	background-repeat:no-repeat;
}

#header {
	height:50px;
	margin:0 0 1em;
	position:relative;
	width:100%;
	z-index:100;
}

#logo {
	background:url('https://cms.qut.edu.au/__data/assets/image/0003/349482/print-logo.gif') no-repeat scroll top left rgba(0,0,0,0);
	height:50px;
	top:0;
	width:300px!important;
}

#background-wrapper {
	padding:0;
}

#breadcrumb {
	display:none;
}

#footer {
	background:none;
	border-top:1px solid #999;
	margin-top:1em;
	padding-top:1em;
}

#footer-content {
	display:none;
}

#footer-supplementary {
	height:auto;
	width:100%;
}

#footer-supplementary ul {
	display:none;
}

p#last-modified {
	display:block;
}