html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	
	background-color: #000;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
}

img { border: 0px; }

table, td {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	
	vertical-align: top;
}

#outer {
	width: 700px;
	height: 100%;
	margin: 0px auto;
	
	text-align: center;
}
	#header {
		position: relative;
		width: 100%;
		height: 151px;
		
		background-image: url('../img/headerMondiart.png');
		background-repeat: no-repeat;
	}
		#banner {
			position: relative;
			top: 40px;
			left: 169px;
			
			width: 355px;
			height: 50px;
		}
	
	#content {
		width: 100%;
		height: 100%;
		
		background-color: #fff;
		text-align: left;
	}
		#inner {
			width: 700px;
			height: 100%;
			
			text-align: center;
		}
		.flag {
			margin: 0px 25px;
		}
	#copy {
		margin: 25px 0px 10px 0px;
		padding: 10px;
		
		border-top: 1px solid #969696;
		font-size: 8pt;
		text-align: center;
	}
		#copy a {
			color: #696969;
			text-decoration: none;
		}
		
		#scroller { visibility: hidden;}
