body {
	position:absolute;
	width:100%;
	top:0;
	left:0;

	padding:0;
	margin:0;
	
	background:#76163c url('/images/rosa/bg.jpg') repeat-x;
	font-size:11px;
	font-family:'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

#background {
	position:absolute;
	height:800px;
	width:100%;
	top:0;
	left:0;	
	
	padding:0;
	margin:0;

	background:url('/images/rosa/bg_main.jpg') no-repeat;
}

#card {
	text-align:center;
	position:absolute;
	height:225px;
	width:200px;
	top:325px;
	left:120px;
	
	padding:10px;
	border-color:#76163c;
	border-style:dashed;
	
	color:#000;
	background-color:#FFF;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

#logos {
	position:absolute;
	height:200px;
	width:65px;
	top:340px;
	left:80px;
}

#logos img {
	filter:alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
	border:0px;
}

#logos img:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	margin-left:-15px;
}
