@charset "utf-8";

body{
	overflow:hidden;
	overflow-y:auto;
	margin:0;
	height:880px;
}

img {
	border:0;
}

p {
	line-height: 18px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #aa4f00;
}

div {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#master1 {
	background: #e0e0e0;
}

#master2{
	background: #e0e0e0;
}

#menu {
	position:absolute;
	height:40px;
	width:1000px;
	left:50%;
	top:104px;
	/*margin-left:-246px;*/
	margin-left:-290px;
	border:thin #000;
}

#interna {
	position:absolute;
	width:1000px;
	height:693px;
	margin-left:-500px;
	top:0;
	left:50%;
}

#logo {
	position:absolute;
	height:202px;
	width:202px;
	left:50%;
	top:48px;
	margin-left:-486px;
}