@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	font-size: 100%;
	text-align: center;
	font-family: sans-serif;
	line-height: 1.6;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

#contents{
	width: 960px;
	height:720px;
	margin:0px auto;
	
}

#flashcontent{
	width:960px;
	margin-left:50px;
	border:#CCC thin solid;
}

.copyright{
	width:960px;
	text-align:right;
	margin:0px auto;
	padding-right:10px;
}

.copyright p{
	color:#bbbbbb;
	font-size:9px;
}