@charset "utf-8";
/* CSS Document */
html, body {
	width:100%;
	height:100%;
}

body {
	background:#658cab url('/_images/hp/bgRepeat.jpg') top center repeat-x;
	margin:0 auto;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
	.flash {
		position:relative;
		width:1300px;
		height:550px;
		margin:0 auto;
	}
	.content {
		position:relative;
		width:800px;
		margin:0 auto;
		padding-top:20px;
	}
