/* Hand-crafted and with love ... code by gladvertise.de */
* {
	margin:0px;
	padding:0px;
	font-weight:normal
}

html,body {
	width:100%;
	text-align: center;
}

body {
	background-color:#000;
	color:#E7E7E7;
	font-family:Helvetica;
	font-size:14px;
}

#stage {
	width:900px;
	margin:0px auto;
	position:relative;
}

#bg {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0 !important;
}

#text {
	position:absolute;
	top:440px;
	z-index:10 !important;
	text-align:left;
	left:87px;
}
#text em {
	display: none;
}

#text p {
	float:left;
	width:210px;
	text-align:justify;
}

#text .first {  }
#text .second { margin-left:43px; }
#text .third { margin-left:48px; width:212px; }

#text .price {
	font-size:30px;
	vertical-align:baseline;
}

.rosario {
	font-family: 'Rosario', sans-serif;
}

a {
	color:#fcfcfc;
}
