/******************************************************
*                                                     *
*   CSS file of Westpac Generation Y website          *
*   Copyright (c) Becc Roach, March 2007.             *
*   This file is a mess. Hopefully not forever...     *
*                                                     *
******************************************************/

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
/* reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}
/* end reset */

html {
	height:101%;
}
body {
	background:#AEAEAE url(images/bg.jpg) repeat-x;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	margin:2px auto 0; padding:0;
	text-align:center;
}
img {
	border:0;
}
ul {
	list-style:none;
	margin:0; padding:0;
}

/* ---------->>> PAGE LAYOUT <<<-----------*/
#header {
	background:#fff url(images/container-top.jpg) 0 100% no-repeat;	
	height:37px;
	margin:0 auto; padding:0;
	text-align:left;
	width:961px;
}
	#header img {
		float:right;
		margin:0; padding:0;
		width:115px;
	}
	
	#header a {
		float:right;
		margin:0 0 0 0;
		padding:0;
		width:115px;
		}

#container {
	background:#fff url(images/container-bg.jpg) 0 0 no-repeat;
	color:#333333;
	height:540px;
	margin:0 auto; padding:0;
	text-align:left;
	width:961px;	
	z-index:0;
}
#content {
	height:540px;
	margin:0;
	padding:0 0 0 5px; 
}

	#content img {
		height:540px;
		margin:0;padding:0;
		width:950px;
	}

/* ---------->>> FOOTER <<<-----------*/
#footer {
	background:url(images/container-bot.jpg) 0 0 no-repeat;	
	clear:both;
	color:#ffffff;
	margin:0 auto;padding:0 0 20px;
	_margin-top:-3px;
	text-align:left;
	width:961px;
}
#footer ul {
	padding:12px 0 0 5px;
}
#footer ul li {
	display:inline;
	padding:0 0 0 3px;
}
#footer ul li a {
	border-right:1px solid #ffffff;
	padding: 0 5px 0 0;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#ffffff;
}
#footer #ft-header {
	background:url(images/Send-Freddie-Flying.gif) 0 0 no-repeat;
	display:block;
	float:left;
	height:16px;
	margin:0 5px 0 0;
	overflow:hidden;
	text-indent:-100em;
	width:114px;
}