* {
	font: 1em "Trebuchet MS",Helvetica,Jamrul,sans-serif;
} 
html {
	margin: 0px;
	height: 100%
}
body {
	background: #a23121;
	margin: 0px;
	height: 100%;
}
#welcome {
	min-height: 100%;
	margin: 30px auto;
	width: 630px;
	height: 723px;
	position: relative;
  }
#center {
	padding-bottom: 60px;
	overflow: auto
}
#content {
  float: left;
	width: 530px;
}

#skip {
	text-align: right;
	margin:10px 50px 0 0 ;
	font-size: 0.7em;
}
H1#bienven {
	margin-left: 145px;
  width: 390px;
	color: #e6b39f;
	font-size: 0.7em;
  text-align: center; 
	margin-top:30px;
}
#description {
	margin-left: 145px;
  width: 390px;
  text-align: center;
	color: #e6b39f;
	margin-top:10px;
	font-size: 0.7em;
  text-align: justify; 
  text-justify: newspaper;
}

#sign{
	text-align: center;
	color: #e6b39f;
	font-size: 0.7em;
}

#sign a{
	color: #e6b39f;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
#animation {
	margin: 0px auto;
  width: 430px;
}

