BODY
{
	font-family: Arial Verdana Serif;
	font-size: 0.9em;
	color: #000;
	background-color: #DEDDDD;		
}

DIV#Content
{
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	height: 300px;
	background-color: #FFF;
	border: outset 1px #9F9D9D;	
}

DIV#UniLogo
{
	width: 100%;
	height: 65px;
	background-position:  fixed left center;
	border-bottom: outset 1px #9F9D9D;
	background-image: url(redirect_image.gif);
	background-repeat: no-repeat;
	background-color: #FFF
}

DIV#UniLogo span
{
	display: none;
}

DIV#Text
{
	margin: 5px;	
	padding: 3px;
}

H1
{
	margin: 5px 0 10px 0px;
	font-family: Arial;
	font-size: 1.1em;
	text-decoration: underline;	
}

P
{
	font-family: Arial;
	margin: 0;
	padding: 0;
}

P.copyright
{
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	font-size: 0.7em;
	font-style: italic;	
}