@charset "utf-8";
@font-face {
font-family: URWGothic;
src: url('Font/URWGothic-Book.otf')
format("opentype");
}
	
body {
	width: 100vw;
	max-width: 40em;
	padding:0px; 
	border:0px;
	margin:0px auto; 
	font-family: "Century Gothic", URWGothic, Helvetica, Arial, sans-serif;
	font-size:1em;
	background-color:#FC2; 
	background-image: url(Fotos/ThaiPattern.gif);
	background-repeat: repeat;
}

p,h1 {
	width:100%;
	position:relative;
	border-radius:1em;
	padding:1em;
	overflow:hidden;
	background-color: #FFC;
	border:thin solid #C06;
	opacity:0.9;
}

img {
	width:100%;
}
