/* ----- Quorn screen stylesheet ------------ */
/* ----- Fuse Digital 2009 ------------------ */
/* ----- enjoy. ----------------------------- */

/*
	
	----- Colours -----
	
	Cream: #FFFCD9
	Ligth Cream: #FFFEEF
	Light Orange: #FFD862
	Dark Orange: #F57B20
	Grey: #6a6a6a
	
	
	----- Site Dimensions -----
	
	Width: 960px

*/


body {
	background: #FFFCD9 url(../Images/australia-template/background.gif);
	text-align: center; /* centre in IE */
	font: 12px Trebuchet MS, Arial, sans-serif;
	line-height:16px;
	color: #444444;
}

#site {
	position: relative;
	width: 960px;
	margin: 22px auto 18px auto;
	text-align: left;
	background:#FFFEEF;
	/*border:solid 6px #FFFDDF;*/	
}

#quorn-logo {
	position: absolute;
	left: -31px;
	top: -26px;
	display: block;
	width: 193px;
	height: 155px;
	text-indent: -1000em;
	background: url(/images/aus-logopngbig.png) 0 0 no-repeat !important;
	background: url(/images/aus-logogifbig.gif) 0 0 no-repeat;
}

.did-you-know-holder{
	color:#FFFFFF;
	position:absolute;
	background:url(/images/products/did-you-know.png) no-repeat !important;
	background:url(/images/products/did-you-know.gif) no-repeat;
	top:-70px;
	left:22px;
	width:193px;
	height:140px;
	padding:40px 30px 0px 40px;
	text-align:center;
	/*background-image: url(/images/overlays/520_bg.gif);*/
}
