/* CSS Document */
body {
	text-align: center;

}
#banner {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:30px;
	width:800px;
	border:none;
	}
	
#search {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	height:175px;
	border: none;
	
}

#shanoboy {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	height:200px;
	border: none;
	
 }
a {
	border:none;
	text-decoration:none;
}