@charset "UTF-8";

html,body{
height:100%;
}
table.maintable {
	height:100%;
	min-height:100%;
}

body {
	background-color: #e8ebef;
	background-image: url(images/ranking_bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
}
