body{
	margin:0 auto;
	padding:0;
	text-align:center;
	background:#ffffcc;
	font-family:times new roman,serif;
	font-size:120%;
}

h1{
	font-weight:normal;
	font-size:150%;
	font-style:italic;
}
h1:first-line{
	font-size:300%;
	text-transform:uppercase;
	font-weight:bold;
	font-style:normal;
}

#wrapper{
	height:100%;
	width:80%;
	padding:50px;
	background:#ffffdd;
}

#content{
	float:right;
	text-align:right;
}