@charset "utf-8";
/* CSS Document
Littleimages.com.au
All Styles to go in here not on page!!!
*/

body{
	text-align:center;
}

div#centerContainer{
	width:900px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}

div#headerContainer{
	margin: 0 auto;   /* align for good browsers */
	text-align:right;
	width:90%;
}

a, a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:underline;
}