﻿@charset "utf-8";

/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
#topflash{
	width: 100%;
	background-color: #000000;
	background-image: url(../images/bg/indexbg.jpg);
	background-repeat: repeat-x;
	
}
.mainbody{clear: both;	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto; width:1000px}

