/*CCS styles for EasyLine Production website*/

* {
	margin:0;
	padding:0
}
body {
	color:#000;
	background-color:#000;
}
#centered {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 505px;
	height: 130px;
	margin: auto;
	background-color: #000;
	color: white;
	text-align:center;
}
.redunderline {
	border-bottom-style:solid;
	border-color: red;
	border-bottom-width:1px;
	padding-bottom:10px;
	margin-bottom:10px;
}
#footer {
	position:absolute;
	bottom: 0px;
	left:0px;
	right: 0px;
	padding:10px;
	background-color:#000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ccc;
}
