@charset "UTF-8";
/* CSS Document of acom-yacht*/

body{
	background-color: #FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#pagina{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-400px;
	height: 700px;
	width: 700px;
}
#img{
	position:absolute;
	top: 162px;
	left: 300px;
}
p{margin:0px;}


a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #333;
}

