ul{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
} 

li{
	float:left;
	width: 16%;
}

p {
	color: white;
	
}
h1 {
	color: white;
}

header, section, ul, footer {
    display: block;
	border: 10px;
	border-color: #5cff14;
	border-width: 5px;
    border-radius: 10px;
	border-style: solid;
	-moz-border-radius: 10px; 
	-webkit-border-radius:10px; 
	-khtml-border-radius:10px; 
	
}

section, ul, a:link,a:visited {
	background-color:black;
	
}

section, ul{
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
}

section {
	
	padding-top:5px;
	padding-bottom:20px;
}



#banner{
	margin-top: 20px;
	margin-bottom:20px;

}

#img_banner {
	text-align: center;
}

body  {
	background-color:black;
	/*background-image:url('biller/EllyLogo.png');*/
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: center center;
}


a:link,a:visited {
	font-weight:bold;
	color:white;
	text-align:center;
	padding:6px;
	text-decoration:none;
	text-transform:uppercase;
	
	-webkit-box-flex:1;
	
	display:block;
	
	/*background-color:#98bf21;*/
	padding:4px;
	text-decoration:none;
}
    
	
