/* Reset */
html, body {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-size:100%;
}
p {
	margin:0 0 1em 0;
}
ul,ol,dl,dd,dt,li,blockquote,form, fieldset,address { 
	margin:0;
	padding:0;
	border:none;
}
a img {
	border-width:0
}
th{
	margin:0;
	padding:0;
	text-align: left;
}
/* Layout */
html,body {
	height: 100%;
}
body {
	text-align: center;
	background-color: #EFEEE7;
}
#logo_container {
	display: block;
	height: auto !important;
	text-align: center;
	background-color: #FFFFFF;
}
#logo {
	display: block;
	width: 778px;
	height: 156px;
	margin: 0 auto;
	background-image: url('/images/eures/logo.gif');
	background-repeat: no-repeat;
	background-position: 506px 48px;
}
#flash {
	display: block;
	background-image: url('/images/eures/home_bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
}