@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	height: 600px;
	width: 1025px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#header {
	position: relative;
	height: 59px;
	width: 1025px;
}
#bloccentral {
	position: relative;
	height: 525px;
	width: 1025px;
}
#footer {
	position: relative;
	height: 16px;
	width: 1025px;
}
