html {
	height: 100%;
}
body {
    height: 100%;
	margin: 0px;
	background-color: #FFFFFF;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	width: 750px;
	background-color: #FFFFFF;
	display: block;
	float: none;
	background-image: url(images/bridges_logo.gif);
	background-repeat: no-repeat;
}
#search {
	top: 45px;
	left: 515px;
	width: 230px;
	position:relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #736892;
	padding-left: 10px;
}