/* CSS Document */
/* Howling Wolves Wines */
/* Authored by Launchpad Creative - http://www.launchpadcreative.com.au */

/* Default Page Setup */
body {
	margin: 							0px;
	padding:							0px;
	background-color:					#000;
	color:								#fff;
	font-family: 						Arial, Helvetica, sans-serif;
	font-size:							10px;
}
p {
	margin:								0px;
	padding:							0px 0px 10px 0px;
	line-height:						14px;
	font-size: 10px;
}

/* Page Background Setup */
body#woodgrainBackground {
	background-position: 				top center;
	background-repeat: 					no-repeat;	
}

/* Default Link Setup */
a {
	color:								#fff;
	text-decoration:					underline;
}
a:link, a:visited {

}
a:hover, a:active {

}

/* Page Layout */
div#pageContainer {
	width:								955px;
	margin-left:						auto;
	margin-right:						auto;
}
div#bodyContainer {
	position:							absolute;
	z-index:							0;
}
div#flashContainer {
	margin-top:							0px;
	width:								955px;
	position:							absolute;
	z-index:							1;
	text-align:							center;
}
div#footerInfo {
	width:								955px;
	position: 							absolute;				
	z-index:							2;
	margin-top:							605px;
	padding-bottom:						15px;
}
div#footerInfo p {
	text-align:							center;
	font-size:							9px;
	margin:								0px;
	padding:							0px;
	line-height:						14px;
}
