@charset "utf-8";

html {   
	overflow-y: scroll;
}  

a {
	color: #0000ff; 
	text-decoration: none;
  }

a:link {
	color: #0000ff;
       }

a:visited { 
	color: #0000ff;
	  }

a:hover {
	color: #0000ff;
	text-decoration: underline;
	}

a img {
	border:0;
	margin: 0;
	padding: 0;
	}

body{
	margin: 0px auto;
	padding:0px auto;
	background: #fff;
	font-size: 13px;
	line-height: 1.6;
	color: #222;
	text-align: center;
	font-family: "‚l‚r ƒSƒVƒbƒN",sans-serif;
	background: url(../images/back2.jpg) top center no-repeat;
}

.stage{
	width: 950px;
	height : 710px;
	position:relative;
	margin :0 auto;
}

/* Opera 10*/
.stage:not(\*|*){
	border:1px solid transparent;
	margin:-1 auto 0 auto;
}

.comment{
	margin :0;
	padding:0;
	width :0;
	height:0;
	color:#FFFFFF;
	display:none;
}

