@charset "UTF-8";
/* CSS Document */

body {
	background-position: center;
	text-align: center;
}

* {
   margin: 0;
   padding: 0;
}

/* macs won't see this! */
html, body {
	height:100%;
	width:100%;
	text-align: center;
}
/* END mac */

#outer {
   height:100%;
   width:100%;
   display:table;
   vertical-align:middle;
}

#container {
   display:table-cell;
   vertical-align:middle;
}

#inner {
	text-align: center;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
#background {
	text-align: center;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/cat_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

