
#center_container #right_box {
	width: 567px;
	height: 456px;
	background-image: url(/immagini/right_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
	float:right;
	padding:10px;
}

#right_box #windows_container {
	width: 567px;
	margin-top: 25px;
	float:left;
}

#windows_container #left_window {
	width: 256px;
	float:left;
	margin-bottom: 10px;
	margin-left: 10px;
}

#left_window #left_title {
	width: 256px;
	height: 24px;
	background-image: url(/immagini/title_light_start.png);
	background-repeat: no-repeat;
}

.title_box {
	float:right;
	width: 240px;
	margin-right: 10px;
	text-align: right;
}

#left_window #left_contents {
	width: 236px;
	height: 100px;
	padding:10px;
}

#left_window #left_window_img {
	width: 257px;
	margin-top:20px;
}

#windows_container #right_window {
	width: 256px;
	float:right;
	margin-right: 10px;
}

#right_window #right_title {
	width: 256px;
	height: 24px;
	background-image: url(/immagini/title_dark_start.png);
	background-repeat: no-repeat;
}

.title_box {
	float:right;
	margin-right: 10px;
}

#right_window #right_contents {
	width: 236px;
	height: 100px;
	padding:10px;
}

#right_window #right_window_img {
	width: 257px;
	margin-top:20px;
}


