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

body {
	background-color:#e2007a;
	padding:0;
	margin:0;
	text-align:center;
}

a {
	color: #669933;
}

a:hover {
	color: #e2007a;
	text-decoration:none;
}


#global {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	padding:0;
	text-align:center;
	background:url(fond2.jpg) no-repeat 0 0;	
}

#cover {
	width:780px;
	height: 805px;
	margin: 0 auto;
	padding:0;
	background: White url(lunebox.jpg) no-repeat 0 0;
}

#info {
	position:relative;
	text-align:left;
	width: 350px;
	left: 370px;
	top: 330px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#info h1 {
	margin:0;
	padding:0;
	font-size:18px;
	color:#e2007a;
}