*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: Black url(images/body-bck.jpg) 0 0;
	color: White;
	text-align: center;
}
#border{
	width: 720px;
	margin: 10px auto;
	padding: 10px 0;
	text-align: left;
}
#world{
	width: 700px;
	margin: 0 auto;
	color: White;
	background: none;
}
#header{
	height: 150px;
	width: 200px;
	float: left;
	color: inherit;
	background: url(images/header.gif) no-repeat 0 0;
}
#hello{
margin: 20px auto;
background: none;
color: inherit;
}
h1{
font-size: 34px;
font-weight: normal;
}
h2{
font-size: 22px;
font-weight: normal;
}
p{
margin: 10px 0 0 0;
text-align: right;
}
#flyer{
	width: 700px;
	margin: 0 auto;
}