@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
#wrapper {
	margin:20px auto;
	width:80%;
	border:thin solid #3F3;
	border-radius:10px;
	background-color:#FF9933; 
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#0F9;
}