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

#main {
	width: 570px;
	height: 250px;
	margin: auto auto;
	font: Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: center;
	line-height: 30px;
	border-top: solid thin #CCC;
	}
h1{
	font-size: 20px;
	line-height:normal;
}
a{
	color:#666;
}

#flash{
	width: 570px;
	height: 200px;
	margin: auto auto;
}

#bg{
	width: 700px;
	height: 1000px;
	margin: auto auto;
	background: url(bg.gif) repeat-y;
}