@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	min-height: 580px;
	min-width: 1000px;
	background:#E6E6E6 url(../images/bg_line.jpg) repeat-y center;
	overflow: hidden;
}

a, div{
	outline: none;
	overflow: hidden;
}

img{
	border: none;
}

#container{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	font: normal 13px sinner;
}

#content{
	margin: 0 auto;
}

#copyright{
	/*text-align: center;*/
	color: #909090;
	font: normal 10px sinner;
	position:absolute;
	bottom: .1%;
	width: 600px;
	left: 50%;
	margin-left: -500px;
}

#footer{
	position:absolute;
	bottom: 0;
	height: 6px;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	background-color:#000;	
}