@charset "utf-8";
/* CSS Document */

html { height:100%; }

body {
	background: #464f54;
	margin: 0; 
	padding: 0em;
	text-align: center; 
	height:100%;
}

#container {
	background: none;
	padding: 0;
	width: 80%;
	height: 82%;
	margin-left:10%; margin-right:10%;
	margin-top:3%; margin-bottom:15%;
}

#header {
	background: white;
	height: 96px;
	padding:1em; margin:0;
	background-image:url(../img/bl-cartech_logo.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#main {
	background: #004c99;
	height: 60%;
	padding: 0; margin:0;
	text-align:center;
}

#list {
	background: none;
	height: auto;
	padding: 0; 
	margin-left:20%;	margin-right:20%;
	text-align:center;
}

#footer {
	background: none;
	height: auto;
	padding: 0;
}

