@charset "utf-8";
@font-face {
font-family: URWGothic;
src: url('Font/URWGothic-Book.otf')
format("opentype");
}
	
html {
	font-size:100%;
	background-color:#FC2; 
}

body {
/*	width:100%;*/
	max-width: 40rem;
	border-radius:1rem;
	border:1px solid black;
	margin:0px auto; 
	font-family: "Century Gothic", URWGothic, Helvetica, Arial, sans-serif;
	background-image: url(Fotos/ThaiPattern.gif);
	background-repeat: repeat;
}

div {
	width:95%;
	margin:1rem;
}

p,h1 {
	border-radius:1rem;
	padding:1rem;
	overflow:hidden;
	background-color: #FFC;
	border:thin solid #C06;
	opacity:0.9;
}

/**/
img {
	width:100%;
	border-radius:1rem;
}

