* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000;
}
#wrapper {
	margin: 0 auto;
	width: 1222px;
}
#header {
	width: 1222px;
	color: #333;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	background: #fff;
	height: 150px;
}
#header_logo {
	width: 365px;
	background: #fff;
	height: 132px;
	float: right;
	margin: 15px 30px 0 0;
}
#header_left {
	width: 20px;
	background: #fff;
	height: 20px;
	float: left;
	background-image: url(images/corner_topleft.jpg);
}
#header_right {
	width: 20px;
	background: #fff;
	height: 20px;
	float: right;
	background-image: url(images/corner_topright.jpg);
}
#footer_right {
	width: 20px;
	background: #fff;
	height: 20px;
	float: right;
	background-image: url(images/corner_bottomright.jpg);
	margin-top: 30px;
}
#footer_left {
	width: 20px;
	background: #fff;
	height: 20px;
	float: left;
	background-image: url(images/corner_bottomleft.jpg);
	margin-top: 30px;
}
#footer_button1 {
	width: 444px;
	background: #fff;
	height: 45px;
	float: right;
	margin: 0px 3px 10px 0;
	color: #FFF;
	a
}
#content {
	color: #333;
	border: 1px solid #fff;
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 550px;
}
#footer {
	width: 1222px;
	color: #333;
	background: #fff;
	margin: 0px 0px 0px 0px;
	height: 50px;
}

