/* CSS Document */

html{
height: 100%;
border: 0;
padding: 0;
margin: 0;
}

body{
margin: 0;
padding: 0;
font-family: "Trebuchet MS";
}

div#product {
	background: transparent;
	width: 97%;
	height: auto;
	font-size: 70%;
}

.eng {
	font-style:italic;
}

div#frame {
	width: 480px;
	height: 410px;
	font-size: 70%;
	position: relative;
	float: right;
	text-aling: right;
	margin-right: -15px;
	margin-top: 5px;
	z-index:2;
}

