/**
 * Layout
 */
body {
	margin: 0px;
	font: 12px/14px Tahoma;
}
#container {
	margin: 0px auto 0px auto;
	position: relative;
}
#background .red {
	background: #eb151b url(/lib/images/landing.bg.jpg) no-repeat right;
	height: 300px
}
#background .black {
	background: #000000;
	height: 20px
}

/**
 * Boxes
 */
#lines {
	height: 120px;
	width: 540px;
	position: absolute;
	top: 150px;
	left: 50%;	
	margin-left: -265px; 
	background: url(/lib/images/landing.lines.gif) no-repeat;	
}
#welcome {
	color: #ffffff;
	font-weight: bold;
	height: 120px;
	position: absolute;
	top: 80px;
	left: 50%;	
	width: 240px;
	margin-left: -400px; 
}
#box {
	border: 2px solid #e5e5e5;
	width: 260px;
	padding: 0px;

} 
#box .textarea {
	color: #7b7b7b;
	padding: 100px 10px 10px 10px;
}
ul {
	padding: 0px;
	margin-left: 20px;
}
a {color: #ffffff;}
.click {
	color: #eb151b;
	text-align: center;
}
li { margin: 0px 0px 5px 0px; }
.epc {
	height: 120px;
	position: absolute;
	top: 30px;
	left: 50%;	
	margin-left: -130px; 
	background: #ffffff url(/lib/images/landing.logo.epc.gif) no-repeat center;
	cursor: pointer;
}
#epctext {
	color: #ffffff;
	height: 120px;
	position: absolute;
	top: 60px;
	left: 50%;	
	width: 240px;
	margin-left: 150px; 
}
.epl {
	height: 240px;
	position: absolute;
	top: 220px;
	left: 50%;	
	margin-left: -400px; 
	background: #ffffff url(/lib/images/landing.logo.epl.gif) no-repeat top center;
	cursor: pointer;
}
.eps {
	height: 240px;
	position: absolute;
	top: 220px;
	left: 50%;	
	margin-left: -130px; 
	background: #ffffff url(/lib/images/landing.logo.eps.gif) no-repeat top center;
}
.ee {
	height: 240px;
	position: absolute;
	top: 220px;
	left: 50%;	
	margin-left: 140px; 
	background: #ffffff url(/lib/images/landing.logo.ee.gif) no-repeat top center;
	cursor: pointer;
}

/**
 * Footer
 */
#ftr {
	color: #aaaaaa;
	padding: 20px 0px 0px 0px;
	text-align: center;
	margin: 140px 20px 20px 20px;
}

