body{
	height:100%;
width : 100%;
min-height:100%;
background-image : url(../img/bg.gif);
background-repeat : repeat-x;
color : rgb(192, 234, 254);
background-color : rgb(0, 0, 0);
line-height : 1.4em;
font-family : "Arial", Helvetica, sans-serif;
margin:0px auto;
overflow : hidden;
background-position : 0px 0px;
}
html{
	width : 100%;
height:100%;
min-height:100%;
}
*{
	margin:0;
padding:0;
}
div,p{
	margin:0;
padding:0;
box-sizing : border-box;
-moz-box-sizing : border-box;
}
#main{
	width : 100%;
height:100%;
min-height:100%;
text-align : center;
padding-left : 150px;
_padding-left : 75px;
}
#menu{
	width : 150px;
height : 100%;
min-height:100%;
text-align : center;
background-image : url(../img/bg.gif);
background-repeat : repeat-y;
right : 0px;
left : 0px;
position : absolute;
z-index : 100;
}
#menu_top{
	text-align : center;
width : 150px;
height : 114px;
position : relative;
right : 0px;
left : 0px;
padding-top : 36px;
padding-bottom : 48px;
}
#contents{
	width : 100%;
height : 100%;
min-height : 100%;
_overflow-y : scroll;
overflow:-moz-scrollbars-vertical;
text-align : center;
margin-left : auto;
margin-right : auto;
}
#midi{
	text-align : center;
padding-bottom : 18px;
width : 150px;
height : 48px;
position : absolute;
bottom : 0px;
left : 0px;
}
