* {
	margin: 0;
	padding: 0;
}
html, body {
	background-color:black;
	height: 100%;
	min-width: 980px;
	min-height: 590px;
}


#noFlash {
	position:relative;
	top:200px;
	margin: 0 auto;
	width:360px;

}

#noFlash h1 {
	display:block;
	font-size: 0;
	padding: none;
	margin: 0 auto 29px auto; 
	background: url("../images/newcastle_logo.png") center no-repeat;
	height:74px;
	width:360px;

}

#noFlash p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: white;
	margin: 0 0 14px 0;
	/* border: 1px solid #999; */
	

}

#noFlash p a:link, #noFlash p a:visited {
	text-decoration: none;
	color: #6fbee7;
}

#noFlash p a:hover, #noFlash p a:active {
	text-decoration: none;
	color: #fff;
}


/* IE6 Hack */
* html body {
	width:expression((document.documentElement.clientWidth < 980) ? "980px" : "auto");
	height:expression((document.documentElement.clientHeight < 590) ? "590px" : "auto");
}

/* Firefox 3.6 */
a:focus, object:focus { outline: none; }
