@charset "utf-8";

#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #announcement {
	background-image: url(../conferences/announcement.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 200px;
	overflow: visible;
	visibility: visible;
	padding: 0px;
	position: absolute;
	top: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 830px;
}

#wrapper #search {

	height: 25px;
	width: 250px;
	overflow: visible;
	visibility: visible;
	padding: 0px;
	position: absolute;
	top: 169px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 730px;
}

#wrapper #gsearch {

	height: 25px;
	width: 250px;
	overflow: visible;
	visibility: visible;
	padding: 0px;
	position: absolute;
	top: 161px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 750px;
}

#wrapper #announcement:hover {

}

