@charset "UTF-8";
/* CSS Document */
body {
	background: #000;
	font-family: arial, helvetica,verdana,sans-serif;
	font-size:14px;
	color: #FFF;
	width: 100%;
	font-weight:100;
	text-align:justify;
}

/*	Annulations generales */

body, p, ul, form, h1, h2, h3 {
	padding:0;
	margin:0;
}
a{ color:#FFF; text-decoration:none
}
table { border-collapse:collapse; }

img	{
	border:0;
	display:block;
}

#container 	{
	width:500px;
	margin: 0 auto;
}
#container .enter a {
	width:300px;
	text-align:center;
	display: block;
	margin:auto;
	height: 28px;
	background-repeat: no-repeat;
	background-position: 100% 0;

}
h1 { font-size:14px
}


#container  .enter a.bt0 { width:294px; background-image: url('../img/frenzyp-paris-enter.gif');margin:auto;}

#container .enter  a:hover {
		background-position: 100% 100%;
}



