@charset "UTF-8";


body{
margin:0;
padding:0;
background:#F5F5F5;
height:100%;
}
html{
	height:100%;
}
#content{
	width:980px;
	height:100%;
	margin:0 auto;
	background:#F5F5F5;
}
#flashcontent{
	width:980px;
	height:100%;
	background:#F5F5F5;
	min-height:630px;
}