
body {
	text-align: center;
	font-family: arial;
	font-size: 18px;
	background-image: url("images/cclogo.jpg");
	padding:0;
        margin:0;
}

li {
	List-style: none;
	Line-height: 2em;
	text-align: left;
}

.header {
	background-image: url("images/background.jpg");
	border-bottom: #ccc 3px solid;
	padding: 2px;
}


.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image: url("images/background.jpg");
	color: white;
    	text-align: center;
	border-bottom: #ccc 3px solid;
	padding: 2px;
}

.container {
	width: 700px;
	margin: 30px auto;
}