/* ------------------------andrea-fulerton.com landing.css------------------------ */
* {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border: 0;
	font-family: arial;
}
html, body, table, tr, td {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}
#left {
	background: url(/resources/img/css/bg-nb.gif) repeat;
	height: 100%;
	width: 50%;
	float: left;
}
#right {
	height: 100%;
	width: 50%;
	background: url(/resources/img/css/af-bg.jpg) top center no-repeat;
	float: right;
}
#nb-logo {
	background: url(/resources/img/css/nb-logo.gif) no-repeat;
	height: 350px;
	width: 350px;
	margin: 0 auto 0;
	margin-top: 25%;
	display: block;
}
#af-logo {
	background: url(/resources/img/css/af-logo.png)  no-repeat;
	height: 350px;
	width: 350px;
	margin: 0 auto 0;
	margin-top: 25%;
	display: block;
}
