
/* Content */

html {
	overflow:-moz-scrollbars;
	overflow:scroll;
	}

body {
	font-family:arial,helvetica,sans-serif;
	}

html,body {
	margin:0;
	padding:0;
	height:100%;
	}

.page {
	margin:0;
	width:100%;
	background-repeat:repeat-y;
	background-position:0 0;
	text-align:left;
	vertical-align:top;
	align:left; 
	position:relative;
	min-height:100%;
	height:auto;
	height:100%;
	}


