﻿/*Style cho muc luc*/
body{
	overflow: hidden;	
}

#header{
	height: 50px;
	border:1px solid #13b0ec;
	border-left-width: 0;
	border-top-width: 0;
	border-right-width: 0;
}
#main{
	height: 80%;
}

#footer{
	height: 50px;
	border:1px solid #13b0ec;
	border-left-width: 0;
	border-bottom-width: 0;
	border-right-width: 0;
}

.cls-mainIndex{
	overflow-y: auto;
}