@charset "utf-8";
* {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#wrapper #header {
	height: 100px;
	width: 920px;
	color: #FFFFFF;
}
#wrapper #body {
	width: 920px;
}
