body {
//background-image:url("stripe2.png");
//background-color:#00054B;
	//background-color:#00043F;
		background-color:#000;
	margin:0;
    padding:0;
	//font-family: Hoefler Text,"Lucida Grande",Lucida,Verdana,sans-serif;
	//font-family: Hoefler Text,"Lucida Grande",Lucida,Verdana,sans-serif;
	color:#333;
	
	/* margin:auto;
	 * */
}

h1,h2,h3{
	color:#000;
	
}

td.disco{
    margin-top:40px;
    width:480px;
    height:420px;
    vertical-align:top;
}

#wrap{
	background-color:#fff;
	margin-right:auto;
	margin-left:auto;
	width:900px;
}

#header{
	background-color:#fff;
	width:900px;
	height:42px;
	margin-left:0px;
	padding-left:0px;
	padding-top:5px;
}

#main_content{
	background-color:#fff;
	width:850px;
	margin-left:50px;
	//height:1400px;
	margin-top:40px;
	margin-bottom:40px;
	padding:0px;
}

#box_1{
	background-color:#fff;
	width:456px;
	padding:0px;
	font-size:14px;
	height:1400px;
	float:left;
}

#box_2{
	background-color:#fff;
	width:250px;
	margin-left:50px;
	font-size:14px;
	float:left;
	height:1400px;
}

#main_image{
	background-image:url("./img/isojun_title141007.jpg");
		margin-right:auto;
		margin-left:auto;
	background-repeat:no-repeat;
	//margin-top:15px;
	width:800px;
	//height:675px;
	//height:550px;
	height:448px;
	//height:336px;
}

#profile_image{
	background-image:url("./img/live_wall.jpg");
		margin-right:auto;
		margin-left:auto;
	background-repeat:no-repeat;
	//margin-top:15px;
	width:800px;
	//height:675px;
	height:406px;
	//height:336px;
}

#live_image{
	background-image:url("./img/live_top.jpg");
		margin-right:auto;
		margin-left:auto;
	background-repeat:no-repeat;
	//margin-top:15px;
	width:800px;
	//height:675px;
	height:406px;
	//height:336px;
}

#disco_image{
	background-image:url("./img/disco_top.png");
		margin-right:auto;
		margin-left:auto;
	background-repeat:no-repeat;
	//margin-top:15px;
	width:800px;
	height:406px;
	//height:119px;
	//height:336px;
}

#footer{
        color: #fff;
	background-image:url("footer.png");
	margin-right:auto;
	margin-left:auto;
	background-repeat:no-repeat;
	width:900px;
	height:65px;
	//margin-top:50px;
	font-size:10px;
	padding-left:25px;
}

p.content{
	background-color:#000;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
}

div.article{
//	padding-bottom:50px;

}

.table01 tr{
	font-size:14px;
	text-align:left;
	margin-top: 50;
	
}
.table01 th{
	font-size:10px;
	text-align:left;
	
}

.menu {
            	width:900px;
                list-style:none;
                margin: 0;
				float:left;
				}
            .menu li {
			//background-image:url("selected_image.png");
			    float:left;
                margin-left:0px;
                cursor:pointer;
                height:20px; /*defatult 30 */
                width:90px;
				text-align:center;
				padding:15px 5px 5px 5px;
                margin:0px 3px 0px 3px;
                color: #000;
                text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
                font-family:  Hoefler Text,"Lucida Grande",Lucida,Verdana,sans-serif;
                font-size:10px;
                font-weight:bold;
                text-transform:uppercase;

            }
			  .menu li:hover {
			  background-image:url("selected_image.png");
			  }
