/* 		Cascade Style Sheet of Eschard.info
 * author : Ludovic Eschard <ludovic@eschard.info>
 * date	  :	17/05/2007
 */

/**************************************/

body {
	text-align:center;
	margin: 0px;
	padding: 0px;			
	font-family:helvetica;
	color:#000000;
	background-color: #ffffff;
	font-size:12pt;
}

a {
	color: #202020;
	text-decoration:none;
	border-bottom: 1px #202020 dotted;
}

/**************************************/

#error {
	width:800px;
	height:531px;
	
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	
	margin: 0 auto;
}

#errorText {
	padding-top: 230px;

}

#rightGrey {
	position: relative;
	top:200px;
	right:35px;
	text-align: right;
	color:#e0e0e0;
}
