@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 10px;
	background-image: url(../img_home_page/domuskostruzioni_sfondo.jpg);
	background-repeat: no-repeat;
	font-family: 'Merriweather', serif;
	font-size: 12px;
	color: #000000;
}
.logo {
	width: 100%;
	height: 150px;
	background-image: url(../img_home_page/domuskostruzioni_logo.png);
	background-repeat: no-repeat;
	background-position: center;
}
.classea{
	width: 100px;
	background-image: url(../img_home_page/domuskostruzioni_classeA.png);
	height: 84px;
	float: right;
	background-repeat: no-repeat;
}
.ret_bianco{
    border: 1px solid #FFFFFF;
	background-image: url(../img_home_page/bianco_sfondo.png);
	background-repeat: repeat;
	width: 300px;
	height: 400px;
	margin-top: 15px;
	padding-top: 5px;
	margin-left: 67px;
	float: left;
}
.sx{
	width: 1024px;
}
.titolo{
	padding-left: 2px;
	color: #7E1B20;
	font-size: 19px;
}
.text_bottom{
	padding-left: 5px;
	padding-right: 5px;
}
.dx_ret_bianco{
    border: 1px solid #FFFFFF;
	background-image: url(../img_home_page/bianco_sfondo.png);
	background-repeat: repeat;
	width: 300px;
	height: 400px;
	margin-top: 15px;
	padding-top: 5px;
	float: right;
	margin-right: 67px;
}