#container div.top {
	height: 13px;
	width: 928px;
	background: url('../images/index-container-top.png') no-repeat;
}

* html #container div.top {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/index-container-top.png', sizingMethod='scale');
}

#container div.bottom {
	height: 18px;
	width: 928px;
	background: url('../images/index-container-bottom.png') no-repeat;
}

* html #container div.bottom {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/index-container-bottom.png', sizingMethod='scale');
}




#container div.main {
	width: 928px;
	background: url('../images/index-container-background.png') repeat-y;
	min-height: 364px;
	position: relative;
}

* html #container div.main {
	height: 364px;
}

#container div.main div.menu {
	margin-left: 14px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#index-transport-wing {
	position: absolute;
	top: 112px;
	left: -11px;
}

#container div.main div.menu img {
	margin-right: 4px;
}

#container div.main div.menu img.first-row {
	margin-bottom: 4px;
}

#container div.main div.content {
	width: 310px;
	margin-right: 32px;
	position: absolute;
	top: 0;
	right: 0;
}

#container div.main div.content p {
	width: 264px;
	margin: 0;
	padding: 0;
	line-height: 200%;
	text-align: justify;
	margin-left: 22px;
	color: #333333;
}

#container div.main div.content img {
	margin: 8px 0;
}

#container div.main div.content a {
	color: #8B0202;
	text-decoration: none;
}

#container div.main div.content a:hover {
	background: #E8E395;
}

