@charset "utf-8";
/* CSS Document */

body {
 padding:0px;
 margin:0px;
 

}

#container {
 width:800px;
 margin:auto;
}
#content, #footer {
 width:740px;
 padding-left:30px;
 padding-right:30px;#C0B3A2
}
#content {
 float:left;
 padding-top:100px;
 padding-bottom:15px;
 background:#F5F1EE url(img/frigider.jpg) top left no-repeat;
 border-left:solid 1px #C0B3A2;
 border-right:solid 1px #C0B3A2;
 width:738px
}
.coloana {
 width:33%;
 float:left;
 margin:auto;
 clear:none;
}
.rand {
}

h1 {
color:#671C17;
}
h2 {
color:#694F14;
}
#submit {

 margin-top:20px;
 margin-bottom:10px;
 padding-bottom:7px;
 width:150px;
 height:53px;
 background:url(img/button.jpg) top center no-repeat;
 border:none;
 color:#FFFFFF;
 font-family:Arial, Helvetica, sans-serif;
 font-size:17px;
 cursor: pointer;


}
#footer {
 float:left;
 background:#694f14;
 color:#ffe19d;
 font-size:15px;
 line-height:30px;
 font-family:Arial, Helvetica, sans-serif;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	color:#ffe19d;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
