@import url('reset_reloaded.css');
@import url('header.css');
@import url('sidebar.css');
@import url('main.css');
@import url('text_style.css');

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;

/*	width: 100%; */
/*	text-align: center;
	background: #ffffdd;
	color: #102060; */
}
#container {
	min-height:100%;
	position:relative;
	background: url('images/Main_VGradient.png') top left repeat;
	z-index: 1;

/*	width: 100%; */

	/* for IE 6 & 5.5 */
	height: 100%;
}

