@charset "utf-8";
/* CSS Document */
html, body{
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0px;
	height: 100%;

}


#disc{
	height:800px;
	width:100%;
	overflow:auto;
}
#t1{
	height:100%;
	width:100%;
	float:none;
	overflow:auto;
}
#t2{
	height:591px;
	width:100%;
	float:none;
	overflow:auto;
}
