body {
	height						: 100%;
	width   					: 100%;
	margin						: 0px;
	font-size					: 16px;
	color							: #000000;
	font-family				: arial, helvetica, sans-serif;
	background				: url(images/bg.png) repeat-x;
}

table, td {
	font-size					: 16px;
	color							: #000000;
}

a {
	text-decoration		: none;
	color							: #000000;
}

#container {
	position					: absolute;
	top								: 0;
	left							: 50%;
	width							: 797px;
	height						: 591px;
	margin						: 0 0 0 -398px;
	text-align  			: left;
}

#logo {
	position					: absolute;
	left							: 0px;
	top								: 15px;
	height						: 150px;
	width							: 797px;
	background				: url(images/logo.png);
}

#menu {
	position					: absolute;
	top								: 170px;
	left							: 0px;
	height						: 53px;
	width							: 797px;
	background				: url(images/menu.png);
}

#text {
	position					: absolute;
	
	left							: 0px;
	top								: 223px;
	width							: 797px;
	height						: 459px;
	
	padding-left			: 0px;
	padding-right			: 0px;
	padding-top				: 0px;
	padding-bottom		: 0px;
	
	border-top				: 0px solid;
	border-right			: 0px solid;
	border-bottom			: 0px solid;
	border-left				: 0px solid;

	background				: url(images/text_bg.png);
}

#text2 {
	position					: absolute;
	
	left							: 0px;
	top								: 0px;
	width							: 757px;
	height						: 459px;
	
	overflow 					: auto;

	padding-left			: 20px;
	padding-right			: 0px;
	padding-top				: 0px;
	padding-bottom		: 0px;
		
	border-top				: 0px solid;
	border-right			: 0px solid;
	border-bottom			: 0px solid;
	border-left				: 0px solid;
	
	font-size					: 16px;
	color							: #000000;
}

#footer {
	position					: absolute;
	top								: 682px;
	left							: 0px;
	height						: 62px;
	width							: 797px;
}
