@charset "utf-8";
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	position: relative;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
}
#navigation {
	height: 25px;
	text-align: center;
	width: 770px;
}
#footer {
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
}
#smallPic {
	background: #36F;
	height: 31px;
	width: 150px;
	position: relative;
	left: 620px;
	bottom: 40px;
	border-color: #FFF;
}
