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

.main {
	width: 750px;
	background: url(graphics/banner.gif) no-repeat;
	background-position: center top;
	margin: 0 auto;
	margin-top: 260px;
}

.menu {
	width: 160px;
	float: left;
	padding: 2px;
}

.copy {
	width: 580px;
	float: right;
	padding: 3px;
}

h1 {
	text-align: center;
	font-size: 2.5em;
	color: #0000ff;
}
