/* GOFAMINT Australia CSS style v 1.0 

dark blue	: color:#003366;
light blue 	: color:#1A4774;
yellow	 	: color:#FFDE00;
silver		: color:#C0C0C0;
white		: color:#FFFFFF; */



body {
	margin:0;
	padding:0;
	/*	background:#003366 repeat-x bottom fixed; */
	font-family: "Comic Sans MS", cursive;
	text-align:center;
	width:100%;
	height:100%;
	background-image: url(../_images/logo_2.png);
	background-position: center 25px;
	background-repeat: no-repeat;
	background-color: #DE7806;
}
	
h1 {
      	font-size: 30.0em;
      	font-weight:normal;
      	color:#C0C0C0;
	/*font-family:"Segoe UI";*/
      	/*font-weight:bold*/
    	margin:70px 0 0 0;
}