body{
	margin: 0px;
	padding: 0px;
	position: relative;
}

#container{
	width:1000px;
	margin:auto;
}

#header a,#footer a{
	width:100%;
	height:100%;
	text-indent:-9999px; 
    font-size:0;
	display:block;
}

#header{
	width:100%;
	height: 75px;
	background: #000;
	position:fixed;
	z-index: 9999;
}

#header a#logo{
	width: 156px;
	height: 75px;
	background: url(../img/sony_logo.png) no-repeat;
	float: left;
}


#header ul{
	width: 560px;
	height:75px;
	float:right;
}
#header ul li{float:left;}
#header a{height:75px;}
#header a.nav1{width:140px; background:url(../img/nav1.jpg) no-repeat top;}
#header a.nav2{width:140px; background:url(../img/nav2.jpg) no-repeat top;}
#header a.nav3{width:140px; background:url(../img/nav3.jpg) no-repeat top;}
#header a.nav4{width:140px; background:url(../img/nav4.jpg) no-repeat top;}
#header a.nav1:hover,#header a.nav2:hover,#header a.nav3:hover,#header a.nav4:hover,#header a.selected{background-position:bottom;}

#footer{width:100%; height: 30px; background: #000; position:fixed; z-index: 9999; bottom:0px;}

#footer #fL{width:350px; height:30px; background:url(../img/footer_l.png) no-repeat; position:relative; float:left;}
#footer #fL a.share{width:50px; height:15px; position:absolute; top:8px; left:293px; background:url(../img/share_btn.png) no-repeat top;}
#footer #fL a.share:hover{background-position:bottom;}

#footer #fR{width:200px; height:30px; position:relative; float:right;}
#footer #fR a.fans{width:150px; height:16px; position:absolute; top:7px; left:25px; background:url(../img/fans_btn.png) no-repeat top;}
#footer #fR a.fans:hover{background-position:bottom;}


#main{
	width:100%; position:relative;
	background: url(../img/index_bg.jpg) no-repeat top center #fff;
	height:695px;
	top:75px;
	overflow: hidden;
}

.index695{ width:1000px; height:695px; position:absolute; top:0; left:0;}
.index_pro{ width:500px; height:580px; position:absolute; top:100px; left:540px; visibility:hidden;}
.index_txt{ width:440px; height:400px; position:absolute; top:80px; left:105px; visibility:hidden;}
.i_btn1{ width:279px; height:46px; background:url(../img/index_btn1.png) no-repeat; position:absolute; top:567px; left:110px; visibility:hidden;}
.i_btn2{ width:147px; height:46px; background:url(../img/index_btn2.png) no-repeat; position:absolute; top:567px; left:400px; visibility:hidden;}
.i_btn1:hover,.i_btn2:hover{ background-position:0 -46px;}
