/* CSS Document */

/*************
 ************* RESET
 *************/
* {
	margin: 0px; padding: 0px;
	font-size: 1em; line-height: 15px; font-family: Arial, Helvetica, sans-serif; font-weight: normal;
	text-decoration: none;
	border: 0px none; list-style: none;
}     
/*************
 ************* GLOBALS
 *************/
html {
	width: 100%; height: 100%;
}
body {
	background: #e9eaea url(../img/background.jpg) no-repeat center center;
	font-size: 10px; color: #000;
	width:100%; height: 100%;
}
a {
	color: #000;
}
strong {
	font-weight: bold;
}
/*************
 ************* WRAPPER
 *************/ 
#aurevoir {
	width: 650px; height: 390px;
	position: absolute; top: 50%; left: 50%;
	margin: -175px 0 0 -325px;
}       
/*************
 ************* CLEANERS
 *************/ 
#navigation:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
