@charset "utf-8";

body {
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
	border-collapse:collapse;
}

#wrapper {
	background-color: #FFFFFF;
	min-height: 100%;
	width: 650px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	height:100%;
}

#header {
	height: 120px;
	width: 650px;

}

#linkbar {
	height: 30px;
	width: 650px;

}

#content {
	height: auto;
	width: 650px;
	padding-bottom:30px;

}

#footer {
	width:650px;
	height:30px;
	bottom:0;
	text-align:center;
	position:fixed;
}

.inner {
	width:650px;
	height:30px;
	bottom:0;
	text-align:center;
	position:fixed;
} 

.contact {
	margin-left:5px; 
	text-align:left;
	line-height: 1em;
}

.tracking {
	text-align:center;
	line-height: 1em;
}