body {
	padding:0;margin:0;
	width:100%;
	height:100%;	
	overflow-y:scroll;
}

#line {
	top:0px;
	width:100%;
	height:150px;
	background-color:#b3161e;
	position:fixed;
	z-index:-10;
	text-align:right;
	-webkit-box-shadow: 0px 0px 15px #000; 
  	-moz-box-shadow: 0px 0px 15px #000; 
  	box-shadow: 0px 0px 15px #000;
}

#navi{
	top:89px;
	margin:0 auto;
	width:720px;
	left:50%;
	margin-left:-360px;
	position:fixed;
	z-index:2;
	text-align:left;
	color:#FFF;
	word-spacing:20px;
	font-size:11px;
}

#logo{
	top:50px;
	margin:0 auto;
	height:50px;
	width:720px;
	left:50%;
	margin-left:-360px;
	position:fixed;
	z-index:1;
	text-align:right;
	color:#FFF;
}

#content{
	top:200px;
	margin:0 auto;
	width:720px;
	left:50%;
	margin-left:-360px;
	position:absolute;
	z-index:-20;
	text-align:justify;
	color:#FFF;
}

#contentpics{
	top:200px;
	margin:0 auto;
	width:720px;
	left:50%;
	margin-left:-360px;
	position:absolute;
	z-index:-20;
	text-align:justify;
	color:#FFF;
	word-spacing:15px;
}

#footer{
	margin:0 auto;
	width:720px;
	left:50%;
	margin-left:-360px;
	position:relative;
	z-index:1;
	text-align:center;
	color:#666;
	font-size:11px;
	word-spacing:normal;
}

hr{
	border: 0px; 
	width:100%;
	border-bottom: 1px solid #666;
}

a, a:link,
a:active,
a:visited {
	color: #fff;
	-webkit-transition: color 0.5s ease-out;
	-moz-transition: color 0.5s ease-out;
	-o-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
	outline: none;
	text-decoration:none;
    text-shadow: none;
	font-weight:normal;
}
a:hover{
	color:#fff;
	text-shadow:#000;
	text-decoration:underline;	
}





