body {
	background-image: url(../0_image/bg_wallpaper.png);
	background-repeat: repeat-x;
	background-color: #b2b2b2;
}

#base{
	min-height: 100%; /* minimum height on modern browser */
	height: auto !important; /* !important-rule for modern browser */
	height: 100%; /* minium height on IE (<7) */
	width: 1100px;
	background-image: url(../0_image/bg.png);
	background-repeat: repeat-y;
}

.container_pratioto {
	margin: 0;
	padding: 0;
}
