/* ------------------------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;
 border-spacing: 0px;
}
a:link { color: #000000;}
a:visited { color: #000000;}
a:active { color: #000000;}
a:hover { color: #d65ea2;}
#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;
}
.credit {
	display: block;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
}
