/* ===========================================================
Elements de Page =========================================== */

* {
	margin:0;
	padding:0;
}

body {
	background:#000000 url(images/bg.png) repeat-x center 0;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#ffffff;
}

img {
	border:none;
}

a {
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	color:#d45800;
}

a:hover {
	text-decoration:underline;
}

/* ===========================================================
Structure ================================================== */

#wrapper {
	text-align:center;
	position:relative;
	margin:0 auto;
	width:1024px;
}

#menu {
	text-align:center;
	position:relative;
	margin:30px auto 0 auto;
	font-size:20px;
}

#footer {
	margin-right:auto;
	margin-left:auto;
	text-align:center;
    /* position:fixed; */
	bottom:0;
}