/* CSS for emiliovanni.com */
#bar {
    text-align: center;
	background-color: #e8dcc4;
	position: fixed;
	width: 100%;
/*	overflow: hidden; 
	display: block; */
	top: 440px;
    height: 800px;
	background-image: url(/images/bar-bgk-new.jpg);
	background-repeat: repeat-x;
}
#wrap {
	font-size: 11px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bgk-new.jpg);
	background-repeat: repeat-x;
	background-color: #e8dcc4;
	background-position: top;
}
p {
	margin-top: 20px;
	text-align: center;
}

/* Folio Boxes Definition */

#wrap .frame {
	height: 400px;
	width: 814px;
	text-align: center;
	margin-top: 20px;
	clear: both;
}
.top {
	display: block;
	height: 20px;
	width: 100%;
	top: 0px;
}
.bottom {
	display: block;
	width: 100%;
	height: 20px;
}
#swfbar {
	text-align: center;
	width: 100%;
	background-repeat: repeat-x;
	margin: 0px;
	height: 160px;
}
/* The End */
#wrap #dummy {
	width: 814px;
	height: 400px;
	margin-top: 20px;
	background-image: url(/images/dummy.gif);
	background-position: center center;
}
/* IE6 Fix: Sorry IE6 Users, you can still browse the site content */
#flash {
	margin: 0px;
	padding: 0px;
	height: 400px;
}
