* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	background:#fff;
}

#container {
	width:900px;
	margin:50px auto;
	background:#fff;
	height:430px;
	opacity: 0.9;
	border-radius:10px;
}

#logo {
	width:800px;
	float:left;
	border-bottom:1px dotted #5A5C52;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-left:50px;
	margin-top:45px;
}

#footer {
	margin:10px auto;
	width:750px;
	text-align:center;
	font-size:13px;
	clear:left;
	float:left;
 	border-left: 5px solid #6bb12d;
   border-right: 5px solid #6bb12d;
	color:#5A5C52;
	padding:0 20px;
	margin-left:50px;
}

#footer span {
	color:#6BB12D;
}

#copy {
	float: left;
   font-size: 10px;
   margin-left: 50px;
   padding-top: 50px;
   text-align: right;
   width: 800px;
	color:#6e6e86;
}