@charset "utf-8";
/* CSS Document */

#container {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	height: 1100px;
	width: 900px;
	background-color: #FFF;
	margin: auto;
}
#header {
	height: 300px;
	width: 900px;
}
#container #div2 ul {
	color: #F00;
}
#div1 {
	padding: 25px;
	height: 630px;
	width: 400px;
	float: right;
	background-image: url(reparatii.jpg);
	background-repeat: no-repeat;
}
#footer h2 {
	font-size: 14px;
}
#div2 {
	padding: 25px;
	height: 630px;
	width: 400px;
	background-image: url(reparatii.jpg);
	background-repeat: no-repeat;
}
#footer {
	height: 125px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 16px;
	padding-top: 25px;
	background-image: url(footer.jpg);
}
body {
	background-color: #CCC;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer h6 {
	font-size: 12px;
	color: #FFF;
}
#container #div2 h1 {
	font-size: 16px;
}
a:link {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:active {
	color: #FFF;
}
#links {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
}

