body{
	margin:0px auto;
	padding:0px;
	text-align:center;
	background-image:url(../images/bg_large.jpg);
	background-repeat:repeat-x;
}
#holder{
	width:680px;
	border:0px solid red;
	text-align:left;
	margin:0 auto;
}
#search{
	height:400px;
	border:0px solid red;
}
#header{
	width:100%;
	height:200px;
	
}

#monkey, #logo{
	padding-top:20px;
	float:left;
	
}

#input_box{
	margin:35px 0 0 113px;
	width:520px;
	height:60px;
	background-image:url(../images/bubble.gif);
	background-repeat:no-repeat;
	padding:4px 0 0 50px;
}
#submit_button{
	font-size:12px;	
}
#info{
	text-align:right;
	font-size:11px;
	font-family:"Arial", sans-serif;
	height:20px;
	border:0px solid red;
	margin:0;
}
#info a{
	margin-left:10px;
}