/* Anderson */

* {
	margin: 0;
	padding: 0;
}

ol, ul { list-style: none; }

img {
	border: 0px;
}

/* Layout */
#global {
	margin: 0 auto;
	position: relative;
	width: 800px;
}

#global1 {
	margin: 0 auto;
	position: relative;
	width: 800px;
	z-index: 1000;
}

#header {
	position: relative;
	background-image: url('images/title.png');
	width: 800px;
	height: 189px;
	top: 24px;
	left: 52px;
}

#logo {
	position: absolute;
	width: 150px;
	height: 150px;
}

#nav {
	position: relative;
	width: 300px;
	height: 266px;
	top: 3px;
	left: 38px;
}

#footer2 {
	position: fixed;
	background-color:#FFF;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	z-index: 10;
}

.footer {
	position: fixed;		
	bottom: 0px;
	width: 798px;
	height: 60px;
	background-repeat: no-repeat;
	background-image: url('images/logobar.jpg');
}

.footer1 {
	height: 93px;
	background-image: url('images/logobar2.png');
	position: fixed;		
	bottom: 0px;
	width: 798px;
	background-repeat: no-repeat;
	z-index: 3000;
}

div#preloaded-images {
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;	
}

