@charset "utf-8";
/* CSS Document */

html,body { margin: 0; padding: 0; width: 100%; height: 100%; background-color: #005daa;}

div#wrapper { position: relative; top: 200px; left: 100px; display: block; width: 300px; height: 100px; border: 1px solid #000; padding: 100px; background: url(search_bg.jpg); text-align: center; }

div#pagewrapper {
	background-image: url(bg.jpg);
	background-position: bottom right;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 1300px;
	max-height: 867px;
}

div#search {
	background-color: #fff;
	border: 1px solid black;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
