@CHARSET "utf-8";

* {
	background-color: transparent;
	border: none;
	color: inherit;
	font: inherit;
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
	text-indent: 0;
}

* {
	color: #ffffff;
	font-family: Helvetica;
}

body {
	background-color: black;
}

#center {
	position: absolute;
	left: 50%;
	top:50%;
}

#content {
	position: absolute;
	left: -200px;
	top: -160px;
}

	#content img#vista {
		position: absolute;
		top: -50px;
		left: 155px;
		float: left;
	}
	
	#content img#nootebook {
		position: absolute;
		float: left;
	}
	
	#content div.block {
		position: absolute;
		top: 10px;
		left: 160px;
		width: 400px;
	}
	
	#content #navigation {
		position: absolute;
		left: 158px;
		bottom: -228px;
		width: 100px;
	}
		
		#content #navigation li {
			background: none;
			padding: 0 3px 0 1px;
			margin: -3px 0 0 0;
			_margin: -6px 0 0 0;
			height: 15px;
			
		}
		
		#content #navigation li {
			clear: both;
		}

#romeSwf {
	position: absolute;
}

div.errorMessage {
	position: absolute;
	left: -300px;
	top: -50px;
	font-size: 12pt;
	width: 600px;
}

	div.errorMessage a {
		text-decoration: underline;
	}

div.terms-of-use {
	margin: 20px;
}
	div.terms-of-use h1 {
		font-size: 12pt;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	div.terms-of-use ol {
		margin: 0 0 20px 22px;
	}
	
	div.terms-of-use ol li {
		font-size: 10pt;
		margin-bottom: 8px;
		list-style-type: decimal;
	}
