/* CSS Document */

#container
{
	margin: 0px auto;
	width: 810px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.floatatlas{
	float:none;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	border: 1px solid #999;
	width: 850px;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
div.floatatlas img {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin: 2px;
	padding: 1px;
	background-color: #FFFFFF;
}

img.transp {
	width:845px;
	height:645px;
	padding:10px;
	background-color: transparent;
	background-image: url(../images/css_atlas_transp.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
} 


body {padding-bottom: 5em;}

