/* STYLES.CSS HERIK RAIL INTROPAGE */

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #999;
}
#divCenter {
	width: 427px;
	width: 546px;
	margin-left: auto;
	margin-right: auto;
}
#left {
	width: 213px;
	height: 421px;
	background-image: url(images/bgHerikLeft.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-top: 72px;
}
#right {
	width: 213px;
	height: 421px;
	background-image: url(images/bgHerikRight.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-top: 72px;
}
#bottom {
	width: 426px;
	width: 546px;
	height: 140px;
	/*background-image: url(images/bgHerikBottom.jpg);
	background-repeat: no-repeat;*/
	clear: both;
	text-align: center;
	padding-top: 0px;
	font-size: 11px;
}
#bottom A{
	color: #999;
}
#bottom A:hover{
	color: #fff;
}