#container {
	margin: auto;
	width: 770px;
	background: #000;
	height: 600px;
	border-bottom: 1px solid #FFF;
}
body {
	background: #000;
}

#footer {
	padding: 0 0px;
	background-color: #000;
	position: relative;
	height: 30px;
	width: 770px;
	margin: auto;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	font: x-small Arial, Helvetica, sans-serif;
	color:#FFF;
}

#footer a {
	font: x-small Arial, Helvetica, sans-serif;
	color: #FFF;
}

.left-element {
	position: absolute;
	left: 5px;
	width: 45%;
   }

.right-element {
	position: absolute;
	right: 5px;
	width: 45%;
	text-align: right; /* depends on element width */
   } 

