* {
	margin: 0;
}

html {
	height:100%; /* fix height to 100% for IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background:url(bg_star.png) repeat;
}

body {
	height:100%; /* fix height to 100% for IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
}

#container {
	height:95%;
	margin: 0px;
	padding: 0px;
}


#innercontainer {
	text-align:center;	
	margin: 0px;
	padding: 0px;
}


#alignement {
	text-align:left;
	margin: 0px;
	padding: 0px;
}

#content {
	position:absolute;
	width:90%;
	top:5%;
	height: 80%;
	left: 10%;
	z-index:0;
}

/*
#navigation {
	position:relative;
	height:400px;
	width: 125px;
	float:left;
	text-align:center;
}

#menu {
	height:240px;
	width: 125px;
	margin-top:4%;
}

#logo {
	margin-top: 60px;
	margin-left: 40px;
	position:relative;
	z-index:1000;
}

#banner1 {
	margin-top:300px;
	margin-left:15px;
	position:relative;
	z-index:1000;
}

#banner2 {
	margin-top:20px;
	margin-left:15px;
	position:relative;
	z-index:1000;
}
*/

.push {
	background:url(border_top.png) repeat-x;
	height: 24px; /* .push must be the same height as .footer */
	z-index:4;
}

.footer {
	background:url(border_bottom.png) repeat-x bottom center;
	position:absolute;
	/*margin-top:10px;*/
	margin: 0px;
	display:block;
	width:100%;
	height: 5%; /* .push must be the same height as .footer */
	z-index:1;
}

#legal {
	position:absolute;
	text-align:center;
	left:40%;
	top:85%;
	height:5%;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index:6;
}
#legal a {
	color:white;
	font-size: 12px;
	text-decoration:none;
}
#legal a:hover {
	text-decoration:underline;
}
